Skip to content

Using date picker within a filter menu #1705

Answered by SiTaggart
Khushli asked this question in General
Discussion options

You must be logged in to vote

Hi @Khushli

Thanks for posting. Let me tackle the date picker first.

Unfortunately what you are trying to do with a Combobox is not possible.

Firstly, I'm making the distinction on Combobox, instead of a Menu, because a Menu component can only perform an action, where as a Combobox, as it is a form input control, stores a selected value. What that essentially means is that the triggering element for a Menu is a button, who's text always stays the same because it describes the available actions that are inside. Because you are creating filter selections and are inside a form, you are looking for input controls.

For a Combobox, the options that are displayed when you expand it are values th…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Khushli
Comment options

@SiTaggart
Comment options

Answer selected by SiTaggart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants