contributte / live-form-validation

:no_entry: Nice client-side live form validation for Nette Forms.
https://contributte.org/packages/contributte/live-form-validation.html
BSD 3-Clause "New" or "Revised" License
59 stars 24 forks source link

Hotfix Nette.getValue - elem.value can be a number #55

Closed H0w4rd closed 5 years ago

H0w4rd commented 5 years ago

Hotfix for Nette.getValue function - elem.value can sometimes be the number type.

f3l1x commented 5 years ago

Thanks.

H0w4rd commented 2 years ago

I've just run into the same problem and after examining it I found out that my hotfix isn't there.