ember-cli-selectize
ember-cli-selectize copied to clipboard
Would like to know if someone has this done?
The selectize would be multiple with tagging support (create tags). All I'd be wanting is, do not display the tags in the selectize's wrapper inside the text box. But I'd keep watching the selection and do manipulations that I want.
Simply saying a text box which would help me pick values from items but without displaying selected tags inside the text box.
Right now, all I'm doing is display none through CSS. But tried itemTemplate, item function and itemView. Doesn't seem to be hitting the requirement.
I guess I have a similar question #80 - have you found a good solution yet?
I guess yours could be worked out using optionTemplate property. But my question is regarding the tags inside the input box to be not shown. I kind of achieve it with display: none for .item but this is little buggy. There ought to be an intelligent way to do this.