jQWidgets
jQWidgets copied to clipboard
jqxDateTimeInput - (month-only input) Padding on buttons not applied initially
Describe the bug
The date time input is set to month-only input (views:["year", "decade"]). When you pick a month for the first time the buttons dont have padding. After the initial selection, the buttons
style is applied and they have padding.
To Reproduce Steps to reproduce the behaviour:
- Go to https://jsfiddle.net/Svetoslavb/4nmx8a69/1/
- Click on the input
- See an error
- Click on the input again
- See the applied padding
Expected behaviour The padding should be applied initially