Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streamlit: Prevent the filter frequency range select-slider knobs from touching #8

Open
2 tasks
GNiklasch opened this issue Apr 27, 2023 · 0 comments
Open
2 tasks
Assignees
Labels
dep:streamlit issue:enhancement Improvements or additions to documentation status:cause known

Comments

@GNiklasch
Copy link
Owner

Bandwidth-filtering the raw data does not work when the lower and upper frequency limits coincide.

Currently it is possible for the user to request such a zero-width frequency range by moving either knob of the relevant select-slider on top of the other. This will result in an error message in the filtered-data section of the view area.

And currently (as of Streamlit 1.21.0) it is not possible to prevent this from within the application code. It would need to be prevented within the Streamlit browser-side React frontend.

  • Raise a feature-request to Streamlit to make this possible.
  • Pick up the functionality if/when implemented by Streamlit.
@GNiklasch GNiklasch added issue:enhancement Improvements or additions to documentation dep:streamlit status:cause known labels Apr 27, 2023
@GNiklasch GNiklasch self-assigned this Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dep:streamlit issue:enhancement Improvements or additions to documentation status:cause known
Projects
None yet
Development

No branches or pull requests

1 participant