-
### Description
Currently, if you use shift and selectbox, you will both append, and select all units and buildings. This makes it impossible to e.g. append with selectbox only army units from a gr…
-
We have too many variables (>100 ROIs, and additional ones from SPARE, etc). Its' difficult for the user to even select from such a long list
We provide a selector (may be in a separate "settings" …
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar issues.
- [X] I added a very descriptive title to this issue.
- [X] I have provide…
-
Why we not use selectbox instead of input field
-
There is a least one occasion of the select box generating directly nested ``-tags, which is invalid markup.
I noticed it in the select box for node tree presets:
![Screenshot_2024-07-11_20-00…
-
### Summary
When changing st.sidebar.selectbox in a form, it reruns the app. But, if that selectbox is created within an st.sidebar context manager, it doesn't rerun the app.
### Steps to repro…
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
##…
-
Hi. I'm new in zk. Have a small problem.
In model class i hav a field which has a Set of objects property. I use select box :
< selectbox model="@load(fmm.fClasses)" selectedIndex="@{fmm.fClass.id}" >…
-
### 에러메세지
```bash
raise StreamlitDuplicateElementKey(user_key)
streamlit.errors.StreamlitDuplicateElementKey: There are multiple elements with the same key='select_request_user'. To fix this, pleas…
-
Html's multiple select options always been a problem for user experience. Most of users dont know how they can select multi option. For years, i see lots of people tried to fix that problem. Like: htt…