-
-
Notifications
You must be signed in to change notification settings - Fork 64
Upgrade guide from version 2.x to 3.x
Wojciech Maj edited this page Oct 13, 2018
·
4 revisions
Good news! If you didn't use custom styles, you're good to go. If you have custom styles, check out the table below for updated class names.
Class names were updated to make it clear what is their purpose.
Removed class name | Replaced with class name | Comments |
---|---|---|
react-time-picker__button |
react-time-picker__wrapper |
A <div /> element wrapping all input groups, calendar button and clear button. |
react-time-picker__button__input |
react-time-picker__inputGroup |
A <div /> element wrapping all inputs. |
react-time-picker__button__input__input |
react-time-picker__inputGroup__input |
A <input /> element for picking hour, minute or a second. |
react-time-picker__button__input__divider |
react-time-picker__inputGroup__divider |
A <div /> element wrapping a divider between two inputs, usually : . |
react-time-picker__button__icon |
react-time-picker__button |
Clock button and clear button. |