live-form-validation icon indicating copy to clipboard operation
live-form-validation copied to clipboard

:no_entry: Nice client-side live form validation for Nette Forms.

Results 18 live-form-validation issues
Sort by recently updated
recently updated
newest added

Because of integration of modified Nette Forms into your plugin is nowdays unusable as module in ES6 syntax. Nette Form contains module export factory and funcionality of your plugin is...

If I use any common JS date pickers, as Bootstrap datepicker lib, or jQuery UI date picker. And I have required date filed. Then validation error occures in a moment,...

```php $form->addCheckbox('check') ->addCondition($form::EQUAL, true) ->toggle('checked'); $form->addText('input') ->setOption('id', 'checked'); ``` This code work with original netteForms.js

need-more-info

Hello, thanks for lib otherwise I have a little problem to solve. I want to show loading after valid submit action how can I do that is there option to...

First of all, thank you for this neat library, it works just great! However, there is a small issue I stumbled upon. I would like to use `Nette.validateForm` function which...

Hi, I get this error on a regular bootstrap 3 form, Nette 2.4. Every field is wrapped by form-group, nothing special... Everything happens on this line(306): parentEl.insertBefore(messageEl, el.nextSibling); ``` live-form-validation.js:306...

Steps to reproduce: - Add the radio list to the form. - Let the "please select some option" validation error occur (f.ex. submit the form without data). - Select some...

- Rewrite into TypeScript. - Provide better loading. - Write some tests.

LiveForm generates a tag for message for hidden inputs even when I specify 'no-show-valid' and 'no-live-validation' class. Those tags are empty but have initial margin so it breaks my design....

For checkboxlist i need it validation rules are present always onle fist enable chekbox. FIX code is ``` // Fix for CheckboxList - validation rules are present always only on...