- Issue created by @renatog
- @renatog opened merge request.
- Status changed to Needs review
over 2 years ago 11:46pm 15 February 2023 - Status changed to Fixed
over 2 years ago 12:43pm 16 February 2023
Inside of the form there are few fields marked in the description (help text) as integer, for example: Start at, Animation speed, Slideshow speed, Init delay, itemWidth, Item margin, Min items, Max items, Move. This is one help text of example:
Integer: Set the speed of animations, in milliseconds
but if we put any string with letters and/or special chars are accepting without validation
We can update the field type to "number" and with this only numbers will be allowed
Fixed
1.4
Code