InputGroup with two HxSelect intances #634
-
Hi everyone, The HxSelect supports InputGroups but im having trouble to understand how to use it when using another HxComponent, tried to add the second HxSelect instance in the InputGroupEndTemplate but doesnt work, e.g.
I have also tried to just wrap to HxSelect instances in div as suggested by bootstrap but that doesnt work either, border-radius and not wrapping correct when resizing:
Any idea, Im sure this is really easy if you know what you are doing :-) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @niclasrothman this is a know issue of our structure. The desired styling can be achieved manually by wrapping the two Selects into The size then has to be set on each of the |
Beta Was this translation helpful? Give feedback.
Hi @niclasrothman this is a know issue of our structure.
The desired styling can be achieved manually by wrapping the two Selects into
input-group
as you did and addingCssClass="flex-grow-1" InputCssClass="rounded-end-0"
to the firstHxSelect
andCssClass="flex-grow-1" InputCssClass="rounded-start-0"
to the second.The size then has to be set on each of the
Selects
.