Giter Club home page Giter Club logo

Comments (8)

miguelcobain avatar miguelcobain commented on August 19, 2024

What template did you use that generates that error?

from ember-cli-selectize.

domchristie avatar domchristie commented on August 19, 2024
{{ember-selectize
  content=content
  selection=selection
  optionValuePath='email'
  optionLabelPath='fullName'
  multiple=true
  openOnFocus=false
  closeAfterSelect=true
  itemFunction=itemFunction
  optionFunction=optionFunction
  create='onCreate'
  createFilter=createFilter}}

ember-cli-selectize 0.2.0

from ember-cli-selectize.

miguelcobain avatar miguelcobain commented on August 19, 2024

Damn, remove is a method of Ember.Component: http://emberjs.com/api/classes/Ember.Component.html#method_remove

Any suggestions for a new name?

A possibility is to change actions to the past tense:

  • created
  • selected
  • added
  • removed
  • typed

/cc @sandstrom

from ember-cli-selectize.

domchristie avatar domchristie commented on August 19, 2024

Would it be clearer if all the method/action names referred to item or option. e.g. itemRemoved?

from ember-cli-selectize.

sandstrom avatar sandstrom commented on August 19, 2024

I don't have a strong opinion on this, but I'd try to align with other ember components. add-item select-item etc. would be fairly close to http://emberjs.com/api/classes/Ember.Handlebars.helpers.html#toc_actions

Perhaps type could be update-query or similar. Type sounds almost like a low-level key-press, but I guess it's really sort of like a 'change' event on the input.

from ember-cli-selectize.

miguelcobain avatar miguelcobain commented on August 19, 2024

type also sounds like the "type" of a class.
From the examples, I think it is clear that the names should be snake-cased. So anything camelCased is ruled out.
The item suffix makes this less likely to collide with existing and future properties/methods.
I think we should stick with {action}-{subject of the action}.

I prefer filter to query because we may not be dealing with a query. Also, selectize docs call this action "filtering options", hence filter:

onType(str) Invoked when the user types while filtering options.

We end up with:

  • add-item
  • remove-item
  • select-item
  • create-item
  • update-filter

I like this, and all of them have a decent explanation. Enough of overthinking for me. 😄

from ember-cli-selectize.

miguelcobain avatar miguelcobain commented on August 19, 2024

Updated to 0.3.0 since this is a breaking change.
Solved.

from ember-cli-selectize.

sandstrom avatar sandstrom commented on August 19, 2024

Awesome! 🎆

from ember-cli-selectize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.