kartik-v/yii2-number

Set default save input type to text for correct form reset

kartik-v opened this issue · 0 comments

Default the save input rendered as text input type. This will allow values to be reset correctly on form reset.

Set the default display of the save container to display:none within saveInputContainer to not display the save input by default.