Skip to content

Commit 8abbef4

Browse files
committed
feat: readme fix
1 parent 9fe1893 commit 8abbef4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -586,10 +586,10 @@ Alternatively you can define class names directly by passing them to the `Multis
586586
inifite: 'flex items-center justify-center w-full',
587587
inifiteSpinner: 'bg-multiselect-spinner bg-center bg-no-repeat w-4 h-4 z-10 animate-spin flex-shrink-0 flex-grow-0 m-3.5',
588588
dropdown: 'max-h-60 absolute -left-px -right-px bottom-0 transform translate-y-full border border-gray-300 -mt-px overflow-y-scroll z-50 bg-white flex flex-col rounded-b',
589-
dropdownTop: '-translate-y-full top-px bottom-auto flex-col-reverse rounded-b-none rounded-t',
589+
dropdownTop: '-translate-y-full top-px bottom-auto rounded-b-none rounded-t',
590590
dropdownHidden: 'hidden',
591591
options: 'flex flex-col p-0 m-0 list-none',
592-
optionsTop: 'flex-col-reverse',
592+
optionsTop: '',
593593
group: 'p-0 m-0',
594594
groupLabel: 'flex text-sm box-border items-center justify-start text-left py-1 px-3 font-semibold bg-gray-200 cursor-default leading-normal',
595595
groupLabelPointable: 'cursor-pointer',
@@ -613,7 +613,7 @@ Alternatively you can define class names directly by passing them to the `Multis
613613
```
614614

615615
Certain classes has different states which are merged to the base class when the state is active. For example `dropdown` will be merged with `dropdownTop` when `open-direction: 'top'` resulting in the following classes:
616-
```absolute -left-px -right-px bottom-0 transform translate-y-full border border-gray-300 -mt-px overflow-y-scroll z-50 bg-white flex flex-col rounded-b -translate-y-full top-px bottom-auto flex-col-reverse rounded-b-none rounded-t```
616+
```absolute -left-px -right-px bottom-0 transform translate-y-full border border-gray-300 -mt-px overflow-y-scroll z-50 bg-white flex flex-col rounded-b -translate-y-full top-px bottom-auto rounded-b-none rounded-t```
617617

618618
The same is true for `container`, `tag`, `options`, `groupLabel` and `option` classes.
619619

0 commit comments

Comments
 (0)