web-widgets
web-widgets copied to clipboard
[WC-2882] Use text input for number filter
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.