You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<input id="unitNumberRange" type="range"> has a maximum value of 100 (constant), but the maximum value must be equal to the number of hired soldiers of the selected type. <input id="unitNumberValue" type="text"> hasn't a maximum value, but the maximum value must be equal to the number of hired soldiers of the selected type.
The text field also allows you to enter symbols and letters.
OS: Linux Ubuntu Browser: Mozilla Firefox server: prod
ER: The input of range and the input of text has a maximum value equal to the number of hired soldiers of the select type. Steps to reproduce:
Build the city and build the Inn and the Stable
Buy Hero in the Inn.
Hired soldiers in the Stable.
Select hired soldiers
AR: The input range and the input text hasn't limit value equal number of hired soldiers.
The text was updated successfully, but these errors were encountered:
<input id="unitNumberRange" type="range">
has a maximum value of 100 (constant), but the maximum value must be equal to the number of hired soldiers of the selected type.<input id="unitNumberValue" type="text">
hasn't a maximum value, but the maximum value must be equal to the number of hired soldiers of the selected type.The text field also allows you to enter symbols and letters.
OS: Linux Ubuntu Browser: Mozilla Firefox
server: prod
ER: The input of range and the input of text has a maximum value equal to the number of hired soldiers of the select type.
Steps to reproduce:
AR: The input range and the input text hasn't limit value equal number of hired soldiers.
The text was updated successfully, but these errors were encountered: