forked from chengz/schema-form-strapselect
-
Notifications
You must be signed in to change notification settings - Fork 45
Disabled not working #122
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
Comments
Hi, I am not sure, I have not experienced that, could your please make plunkr example? |
Thank you for the fast response :) While beginning to create the plunker, I found the problem so I submitted pull request #123 . |
nicklasb
added a commit
that referenced
this issue
Aug 28, 2017
Rebuild distribution files with last changes from 'src'; Fixes #122
Good stuff, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I can't get disable/readonly to work on strapselect.
I set the form option like this:
When doing this all other fields on the form get disabled. But the stapselect (button tag) does not get any disable or ng-disable attributes.
Although, I saw that this should have already been resolved by #109.
Example of schema I use:
Am I doing something wrong or is it a bug?
The text was updated successfully, but these errors were encountered: