Override selectMonth or selectYear klass breaks dropdown behaviour
Open
- Dominant language
- JavaScript
- Stars
- 7.6k
- Forks
- 981
- PR merge metrics
- No merged PRs in 30d
Description
Simple test case:
``` javascript
{
selectYears: true,
selectMoths: true,
klass: {
selectMonth: 'picker__select--month -small',
selectYear: 'picker__select--year -small'
}
}
```
This shows the dropdowns but if we change the values and save the date is never changed.
Contributor guide
Assessment
This issue has not been assessed yet.