You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have an example on how to set a selectize-input field value to a default value. I'm trying to implement usual autoform default value rendering. It works in typeahead and normal input but not in selectize.
Here's an example of a time displaying in typeahead input(From Time), but not displaying in selectize input (To Time).
It's for a field that is not multiple, and still not working with items and options with multiple.
Is the thing only suitable for inserting ? Because on "update" autoform, it doesn't get the actual value at all.
Do you have an example on how to set a selectize-input field value to a default value. I'm trying to implement usual autoform default value rendering. It works in typeahead and normal input but not in selectize.
Here's an example of a time displaying in typeahead input(From Time), but not displaying in selectize input (To Time).
![screen shot 2015-03-11 at 12 47 42 pm](https://cloud.githubusercontent.com/assets/653750/6590633/9abb7f70-c7ed-11e4-9144-40fa7a1092d2.png)
Here's my code:
events.html
events.js
collection-schemas.html
The text was updated successfully, but these errors were encountered: