[Management] Number fields accept invalid input #197506
Labels
bug
Fixes for quality problems that affect the customer experience
good first issue
low hanging fruit
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
While testing #196527, I noticed that different form fields in Kibana Management plugins accept invalid input in number fields.
Examples I noticed:
Screen.Recording.2024-10-23.at.17.59.31.mov
Screen.Recording.2024-10-23.at.18.02.27.mov
I think the
e
,-
, and,
characters are allowed by the Eui number field itself and it contains some validation for valid numbers. We should probably add validations from our side for valid numbers as well and not allow submitting the form if the number is invalid.The text was updated successfully, but these errors were encountered: