We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 state is disabled initially slider does not disabled itself.
If disabled state computed property is changed later slider get disabled.
Tested on Ember 1.13.6 and ui-ember-slider 0.2.5.
The text was updated successfully, but these errors were encountered:
For those looking for a fix, here's mine (I only use range-slider).
import RangeSlider from 'ui-slider/components/range-slider'; export default RangeSlider.extend({ init() { this._super(); // Apply initial disabled state this._disabled.apply(this); } });
Sorry, something went wrong.
lifegadget#16 Initial state of disabled is ignored
eadab8b
Merge pull request #21 from hajjem-ayoub/master
2c4ef86
#16 Initial state of disabled is ignored
No branches or pull requests
When state is disabled initially slider does not disabled itself.
If disabled state computed property is changed later slider get disabled.
Tested on Ember 1.13.6 and ui-ember-slider 0.2.5.
The text was updated successfully, but these errors were encountered: