ElevateDev / meteor-autoform-nouislider

MIT License
9 stars 20 forks source link

Value needs to be changed before validation passes when autoform type is method #16

Open challett opened 8 years ago

challett commented 8 years ago

Otherwise optional: false validation will fail.

Looks to be caused by: https://github.com/ElevateDev/meteor-autoform-nouislider/blob/master/autoform-nouislider.js#L7

Is there a reason for returning early here?

jimmiebtlr commented 8 years ago

Not really sure on that.

I've switched over to react for pretty much everything, so not using this package anywhere at the moment.

raiyankamal commented 8 years ago

Hi @challett, I've forked this package and maintaining it right now. Please check: https://github.com/muqube/meteor-autoform-nouislider Please add an issue in that repo If you see the problem still persisting. Thanks.

sonyl commented 8 years ago

@raiyankamal 👍 for maintaing this project. I have the same problem as @challett. Cloning the project and removing nouislider.js line 7 solved the problem for me. Unfortunaty I'm not able to open a new issue on project https://github.com/muqube/meteor-autoform-nouislider (are they disabled?)

raiyankamal commented 8 years ago

@sonyl, the issues feature was disabled. Please try adding an issue again. Thanks.