Hi Isomorphic,
TextItem masking is broken in current online 12.0p and 13.0d (v12.0p_2021-07-06 / SNAPSHOT_v13.0d_2021-07-09) in Firefox 89 and Chromium 91. It's worst in 12.0p Firefox.
Please replace the mask code for first name with the code for "color" you give in the sample description:
Best regards
Blama
TextItem masking is broken in current online 12.0p and 13.0d (v12.0p_2021-07-06 / SNAPSHOT_v13.0d_2021-07-09) in Firefox 89 and Chromium 91. It's worst in 12.0p Firefox.
Please replace the mask code for first name with the code for "color" you give in the sample description:
Code:
Custom mask characters can be defined by a standard regular expression character set or range. For example, a hexadecimal color code mask could be: \#>[0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F]
Code:
{ name: "color", title: "Color", editorType: "TextItem", mask: "\#>[0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F][0-9A-F]", hint: "<nobr>#AABB00-style color code</nobr>"},
- In 13.0d GC and FF the "\#" is not working as expected. It's interpreted as "only digit allowed"
- In 12.0p FF the same is happening and also backspace is not removing character correctly
Best regards
Blama
Comment