eufemia icon indicating copy to clipboard operation
eufemia copied to clipboard

Field.OrganizationNumber pattern collides with validator/onBlurValidator

Open langz opened this issue 4 months ago • 0 comments

🐛 Bug Report

It seems like pattern collides with validator/onBlurValidator every other time. Can it co-exist? 🤔 When entering a non valid organization number(123 331 231) in the following CSB, then removing the last digit(1) to so add the same digit(1) again, I do not get the same error(I actually don't get any error) as the first time? 🤔

I can continue to do this for ever:

  • Remove digit 1.
  • Add digit 1.
  • Tab out to see if there's an error message or not(every other time).

https://github.com/user-attachments/assets/0324b1f2-92d2-45bd-a479-101c38ef9f1f

langz avatar Oct 04 '24 14:10 langz