web-widgets icon indicating copy to clipboard operation
web-widgets copied to clipboard

[WC-2882] Use text input for number filter

Open r0b1n opened this issue 7 months ago • 1 comments

Pull request type

Bug fix (non-breaking change which fixes an issue)


Description

Input of type=number is having build it behavior for number parsing, this messes up with locale-specific number parsing, switch to type=text. Bonus: highlight the input in red when number parsing was not successful.

r0b1n avatar Apr 16 '25 08:04 r0b1n