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

When form (fieldset) is set to 'disabled', the dropdown is still active #72

Closed
hekigan opened this issue Jul 30, 2016 · 2 comments
Closed

Comments

@hekigan
Copy link

hekigan commented Jul 30, 2016

First of all thank you for this component, it's pretty helpful.

My problem is that I want to disable a whole form (when submitting via ajax for ex).
I would put a disabled attribute to a form fieldset, then all inputs/buttons/etc... are supposed to be 'readonly' in that state.

But multiselect is still fully active. For example, when clicking the right arrow, the dropdown is shown.

I looked in the source, but did not see anything related to this.

Any suggestion?

@shentao
Copy link
Owner

shentao commented Jul 30, 2016

Thanks for noticing this!
I’m working on the 1.0 release right now. I will try to introduce this feature right away.

You can try out the current beta with npm install vue-multiselect@next.

@shentao
Copy link
Owner

shentao commented Jul 31, 2016

Fixed in v1.0.0

@shentao shentao closed this as completed Jul 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants