Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COit helped a bit. It does not work in real time, but if I will play with form for long enough and sometime will do double backspace in text field I'm able to force all text fields to validate. But this still does not solve the issue, as I need to put huge effort as the user to get validation information (too much effort - clicking, tabbing, double backspace, deleting until it will trigger - basically I need to enter the field and add/delete text multiply times to trigger that with scripts in <head>).
      singulars
    2. COThe client validation is based on the jquery validation plugin. That behavior is by design - "Before a field is marked as invalid, the validation is lazy: Before submitting the form for the first time, the user can tab through fields without getting annoying messages - he won't get bugged before he had the chance to actually enter a correct value " - http://docs.jquery.com/Plugins/validation. It's working correctly if clicking submit causes validation.
      singulars
    3. COok, but why than is working for some fields at the beginning? ie. for Age it always works before submitting and users get the message about validation error. This is a case for the rest of the fields too, but it does not work always for the same set of the fields - sometimes it just works only for Age before submit and sometimes it works for Title and Age before submit. And it works for all of the fields if you will setup a break point in JS for instance FireBug. It shouldn't work like that - if it should not work before submit than it shouldn't - but it works. which is confusing for users
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload