ITADN

selectInput(selectize=FALSE) requires a `form-select` class

#1295Opendaattali 创建于 2026-03-12
D
daattalicommented
This might belong in the shiny repo. When creating a selectInput() with `selectize=FALSE` in bootstrap 5, the resulting input does not have a chevron arrow on the side that makes it clear this is an openable box. See screenshot. This makes it appear as a text input. The input needs to add `class="form-select"` to appear correctly in bs5. <img width="314" height="83" alt="Image" src="https://github.com/user-attachments/assets/eba1c3dd-9e9e-4a3d-9410-5db9d4da4e1b" />
0 条评论