Francesco Chicchiriccò created SYNCOPE-1471:
-----------------------------------------------
Summary: Numeric input fields do not render as spinners
Key: SYNCOPE-1471
URL: https://issues.apache.org/jira/browse/SYNCOPE-1471
Project: Syncope
Issue Type: Bug
Components: console
Affects Versions: 2.1.4, 2.0.13
Reporter: Francesco Chicchiriccò
Fix For: 2.0.14, 2.1.5, 3.0.0
While the source code accounts for Wicket jQuery UI's {{AjaxSpinner}}, all
numeric input fields are rendered as plain text fields.
It could also be an idea to replace {{AjaxSpinner}} with plain HTML 5's
{code}
<input type="number">
{code}
See more at https://www.w3schools.com/tags/att_input_type_number.asp
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)