expose new event that triggers when choice is highlighted

This commit is contained in:
Ryan Mahoney 2018-06-07 11:54:11 -04:00 committed by Josh Johnson
commit 760fd9360a
5 changed files with 321 additions and 163 deletions

View file

@ -274,8 +274,7 @@
position: absolute;
right: 10px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
transform: translateY(-50%);
}
[dir="rtl"] .choices__list--dropdown .choices__item--selectable {
text-align: right;

File diff suppressed because one or more lines are too long