Xon

Results 74 comments of Xon

Do you have a sample of what input is triggering this?

> can't you use "placeholderValue" config option? Sadly there are a bunch of cases where this will be ignored. The plan is it will be fixed in v11.0.0 once I...

I've got my own fork that I've been updating to address bugs and some other issues; https://github.com/Xon/Choices.js No npm package available yet.

I've been added as a maintainer, and plan todo v11.0.0 beta/rc release early next week and will be closing out issues as they are fixed.

The new `singleModeForMultiSelect` option basically makes this non-required for `select-multiple` but I guess it could apply for the `text` backing element. However, please rebase this as quite a bit has...

`callbackOnCreateTemplates` is a function which returns an list of name/functions pairs for creating various templates. `Choices.defaults.templates` is just the default implementation which can be easily invoked and then you can...

That isn't actually enough to stop ` /usr/lib/update-notifier/apt-check --human-readable` from outputting a bunch of spammy text; ``` Expanded Security Maintenance for Applications is not enabled. 0 updates can be applied...

Adding an `choice`/`option` argument filled similar to how the various Events would be relatively easy to add. > A workaround would be something like this but I don't think we...

This is something of a deliberate design choice, the actual backing option isn't set with the invalid value and forcing the search to always have a valid value would have...

It looks like fuse requires all items to have a custom property value if you are using it to be searchable field.