issues Search Results · repo:vasyl-zubach/tFormer.js language:JavaScript
Filter by
11 results
(79 ms)11 results
invasyl-zubach/tFormer.js (press backspace or delete to remove)When i add radio buttons to fields of tFormet.js object a can`t validate it.
kachan1208
- 3
- Opened on Sep 2, 2015
- #15
null property is a name of objects that does not have names...
bug
vasyl-zubach
- Opened on Sep 24, 2013
- #12
Steps:
1. Fill all fields in the form except one that requires request validation;
2. Focus on field with request validation;
3. Input something failure;
4. Wait for validation;
5. input something ...
bug
vasyl-zubach
- Opened on Sep 5, 2013
- #9
vasyl-zubach
- Opened on Sep 5, 2013
- #8
Validation after changing some field value by script works wrong.
_v_check = _v_( self.value || ).rules( rules )
should be changed to:
_v_check = _v_( self.el.value || ).rules( rules )
in ...
bug
vasyl-zubach
- Opened on Sep 3, 2013
- #7
remove old unused option requestTimeout and set timeout for request as a property in request option
enhancement
vasyl-zubach
- Opened on Sep 3, 2013
- #6
Fields with request validation should be validated without timeout when clicking on check-button.
bug
vasyl-zubach
- Opened on Sep 3, 2013
- #5
Make possibility to change different state of field disable field , error field , ok field
enhancement
dmfilipenko
- 3
- Opened on Jul 4, 2013
- #4

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.