Skip to content
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

Closed
boblikesoup opened this issue Aug 19, 2015 · 5 comments
Closed

readOnly Not Working #880

boblikesoup opened this issue Aug 19, 2015 · 5 comments

Comments

@boblikesoup
Copy link

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
})

@PhiLhoSoft
Copy link
Contributor

readOnline? What is it supposed to do?
Mmm, that's readOnly in your body.
Note that the patch #803 hasn't been integrated to the project, so you need to do that patch by hand on your copy of Selectize. In the current version, readOnly option is just ignored.

@boblikesoup boblikesoup changed the title readOnline Not Working readOnly Not Working Aug 25, 2015
@boblikesoup
Copy link
Author

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).
Why hasn't this fix/feature been merged with Selectize?

@PhiLhoSoft
Copy link
Contributor

Because the Selectize project is, somehow, on hold: the author no longer have time to answer to issues, to apply patches, etc. See #752

@PawelGIX
Copy link

@joallard
Copy link
Member

;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants