Last active
July 11, 2025 19:45
-
-
Save AndyObtiva/867f4ad2c5cbdc5b9a26a955a324ea08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| markup { | |
| div { | |
| ... | |
| multi_checkbox_dropdown(values: SomePresenter::STATUS_FILTER_TYPES) { | |
| on_change do |selected_values| | |
| # do something with selected_values | |
| end | |
| } | |
| ... | |
| } | |
| } | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment