FIX: correctly position dropdown in modal on desktop (#260)
This commit is contained in:
parent
5910fd5569
commit
2930cda049
|
@ -7,7 +7,7 @@
|
||||||
onChange=(action "assignUsername")
|
onChange=(action "assignUsername")
|
||||||
autofocus="autofocus"
|
autofocus="autofocus"
|
||||||
options=(hash
|
options=(hash
|
||||||
placementStrategy="absolute"
|
mobilePlacementStrategy="absolute"
|
||||||
filterPlaceholder=placeholderKey
|
filterPlaceholder=placeholderKey
|
||||||
includeGroups=true
|
includeGroups=true
|
||||||
customSearchOptions=(hash assignableGroups=true)
|
customSearchOptions=(hash assignableGroups=true)
|
||||||
|
|
Loading…
Reference in New Issue