Giter Club home page Giter Club logo

Comments (11)

miguelcobain avatar miguelcobain commented on August 19, 2024

With the latest Ember motto "actions up bindings down" I think this would be good to have.
However, I still think that binding an observer is better in this case. This way your application would still work if ever change your selectbox library/component.

from ember-cli-selectize.

sandstrom avatar sandstrom commented on August 19, 2024

I'd say selected would be a good primary action, and then secondaries for create etc. This would still ensure isolation, since the action name is bound on the 'outside' (i.e. the application would still work if the selectbox component is replaced).

{{ember-selectize
  content=controller.countries
  optionValuePath="content.id"
  optionLabelPath="content.name"
  action='countrySelected'
  created='countryCreated'
}}

What do you think @miguelcobain, sounds like a good structure?

More on components and events:
http://emberjs.com/guides/components/sending-actions-from-components-to-your-application/

from ember-cli-selectize.

miguelcobain avatar miguelcobain commented on August 19, 2024

I really like it.

Can you arrange a PR for this? Along with a README update?

from ember-cli-selectize.

miguelcobain avatar miguelcobain commented on August 19, 2024

This is on selectize 0.1.0.

Check: https://github.com/miguelcobain/ember-cli-selectize#actions

from ember-cli-selectize.

SirZach avatar SirZach commented on August 19, 2024

Thanks!!

from ember-cli-selectize.

topaxi avatar topaxi commented on August 19, 2024

I just tried this, i can't seem to get it work. If i grep for 'onSelect' through the component source, i get nothing.
Edit: Got it working, onSelect is called "action" :)

from ember-cli-selectize.

miguelcobain avatar miguelcobain commented on August 19, 2024

README is wrong, sorry.

It is sent as the main action.

Just use action="someAction". I guess the action names will be changed soon: #34 (comment)
Please bear with me while I get this up.

from ember-cli-selectize.

miguelcobain avatar miguelcobain commented on August 19, 2024

@topaxi published 0.1.1 with the correct onSelect action. Sorry for the trouble.

from ember-cli-selectize.

topaxi avatar topaxi commented on August 19, 2024

Hey no problem :) Thank you very much for reacting so fast 👍

from ember-cli-selectize.

vnazarenko avatar vnazarenko commented on August 19, 2024

Hi, is there any way to trigger some custom event not on change, but even on select the same option. I use selectize for navigation, and want just to reload page if user try to select the same option.

from ember-cli-selectize.

miguelcobain avatar miguelcobain commented on August 19, 2024

@vnazarenko looking at selectize events, I don't think we can capture that using selectize API only.

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.