ReproNim / reproschema-ui

UI to render ReproSchema based protocols and assessments.
https://www.repronim.org/reproschema-ui/
Other
3 stars 18 forks source link

Multiple input select items render incorrectly #341

Open ibevers opened 2 months ago

ibevers commented 2 months ago

In items "inputType": "select" items where "multipleChoice": true, the rendering when multiple items are selected is interferes with other ui elements:

image

I suggest updating the dropdown select box to dynamically resize so that it accommodates all items selected.