Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

onKeyDown event to Avform does not work for the select dropdown, no other event present #246

@AbhaysinghBhosale

Description

@AbhaysinghBhosale

We are using onKeyDown to detect if default values in form are changed or same as when form loaded.

Exp: If form is opened for the edit purpose we disabled form and when user enter any input check original data in state and data in input is same or updated. It its different we enabled "Update" button. If values are same "Update button is disabled"

I am able to do this and check if form is updated or not and based on it able to enabled/disable "Update" button.

Is is onKeyDown event does not get triggered on select option change. Also there is no other event in form for this.

Note: I do not want to attach onchange to each input field in long form.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions