File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ const EVENT_MOUSELEAVE = `mouseleave${EVENT_KEY}`
3434
3535const CLASS_NAME_ACTIVE = 'active'
3636const CLASS_NAME_DISABLED = 'disabled'
37- const CLASS_NAME_READONLY = 'readonly'
3837const CLASS_NAME_RATING = 'rating'
3938const CLASS_NAME_RATING_ITEM = 'rating-item'
4039const CLASS_NAME_RATING_ITEM_ICON = 'rating-item-icon'
4140const CLASS_NAME_RATING_ITEM_CUSTOM_ICON = 'rating-item-custom-icon'
4241const CLASS_NAME_RATING_ITEM_CUSTOM_ICON_ACTIVE = 'rating-item-custom-icon-active'
4342const CLASS_NAME_RATING_ITEM_INPUT = 'rating-item-input'
4443const CLASS_NAME_RATING_ITEM_LABEL = 'rating-item-label'
44+ const CLASS_NAME_READONLY = 'readonly'
4545
4646const SELECTOR_DATA_TOGGLE = '[data-coreui-toggle="rating"]'
4747const SELECTOR_RATING_ITEM_INPUT = '.rating-item-input'
You can’t perform that action at this time.
0 commit comments