Notes (out of scope, known isues, hints for reviewing code, ...) (optional)
The problem was with mask that put placeholder as value. As playwright working very fast (unlike human) sometimes it filled the value before p-input emits mask and as result the mask override the value. For self, I can see the best way how to reproduce kind race condition issues in future - is the run tests 50-100 times
Description
Fixes e2e issue with input date
Notes (out of scope, known isues, hints for reviewing code, ...) (optional)
The problem was with mask that put placeholder as value. As playwright working very fast (unlike human) sometimes it filled the value before p-input emits mask and as result the mask override the value. For self, I can see the best way how to reproduce kind race condition issues in future - is the run tests 50-100 times
Test cases