Page 1 of 1

Calender & autoComplete are not Dirty after pick.

Posted: 17 May 2017, 17:59
by mipe1122
Im trying to check if calender and autoComplete(dropdown) inputs has values.

If I klick the inputs and type values I get validation.
$('.input').change(function() { formForm = true});

If I only take value from the dropdown list or pick a date I will not get a validation telling it has been used. Are there any simple way to solve this with Primefaces?

/Mike

Re: Calender & autoComplete are not Dirty after pick.

Posted: 18 May 2017, 08:09
by kukeltje
add javascript/event listeners on the inputs?