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
where optionsHelper and isDisabled and isDisabled changes based on a Tracker.Dependency then the selectize only get the class only when it is first run, but with the change of the value in the helper it doesn't react.
The text was updated successfully, but these errors were encountered:
If we specify the option disabled with a helper like:
{{> afFieldInput type="selectize" isReactiveOptions="true" formid="someFormId" name='name' options=optionsHelper disabled=isDisabled}}
where optionsHelper and isDisabled and isDisabled changes based on a Tracker.Dependency then the selectize only get the class only when it is first run, but with the change of the value in the helper it doesn't react.
The text was updated successfully, but these errors were encountered: