-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readOnly Not Working #880
Comments
readOnline? What is it supposed to do? |
Derp, I didn't realize that was a manual patch. I'm using a meteor project and did a manual package overwrite. It didn't work (more likely my error than the patch). |
Because the Selectize project is, somehow, on hold: the author no longer have time to answer to issues, to apply patches, etc. See #752 |
;) |
The readOnly: true fucntionality isn't preventing my keyboard from opening as per the documentation here #803
I've tried all the solutions here #110 and all over Stack Overflow and nothing is working.
For reference my code looks like this:
HTML (Jade)
select#select-category(name="categories[]" placeholder="Select a category...")
JS (Coffeescipt)
selectCategory = $('#select-category').selectize({
openOnFocus: true
hideSelected: false
closeAfterSelect: true
sortField: 'displayName'
readOnly: true
})
The text was updated successfully, but these errors were encountered: