FIX: makes dropdown use absolute positioning (#185)
This commit is contained in:
parent
92a1167a68
commit
a8495e9d7a
|
@ -6,6 +6,7 @@
|
||||||
value=model.username
|
value=model.username
|
||||||
onChange=(action "assignUsername")
|
onChange=(action "assignUsername")
|
||||||
options=(hash
|
options=(hash
|
||||||
|
placementStrategy="absolute"
|
||||||
filterPlaceholder=placeholderKey
|
filterPlaceholder=placeholderKey
|
||||||
includeGroups=false
|
includeGroups=false
|
||||||
groupMembersOf=allowedGroups
|
groupMembersOf=allowedGroups
|
||||||
|
|
Loading…
Reference in New Issue