Skip to content

[Feature Request]: Explicitly Submit Custom Property Filter Form #3562

Open
@PeterBurner

Description

@PeterBurner

Description

The property filter component allows for defining custom forms for filter input. To my knowledge there is no way of programmatically submitting these forms since the form actions (submit/cancel) and the form itself are outside of the customizable JSX.

I would like to be able to submit/apply the custom filter by pressing Enter key from within an input field. It seems for some Cloudscape inputs this already works (e.g. DatePicker), but not for all. Especially not the standard Input component.

It would be great, if the PropertyFilterOperatorFormProps contained a submit function besides the onChange function. This would allow anyone to for example add a keydown listener to an input field and trigger the submit on Enter.

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions