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

Design and implement readonly version of missing form components #834

Closed
6 tasks done
GomezIvann opened this issue Apr 1, 2022 · 1 comment
Closed
6 tasks done
Assignees
Labels
enhancement New feature or request jira This task is referenced in a story of Jira

Comments

@GomezIvann
Copy link
Collaborator

GomezIvann commented Apr 1, 2022

This task involves both the design and implementation of the functionality since it is not just a technical feature. Add prop readOnly to the new form components:

The read-only state has some key features:

  • When it's true, it disables the onChange event. No interaction with the component changes its value.
  • The regular states of the component work as usual (focus, hover, active, etc.).
  • Changes the look of the component.
  • It sends the value in the submit event.
@GomezIvann GomezIvann added the enhancement New feature or request label Apr 4, 2022
@aweell aweell added the epic label Apr 7, 2022
@GomezIvann GomezIvann changed the title [Minor] Add readonly prop Add readonly prop May 24, 2022
@GomezIvann GomezIvann changed the title Add readonly prop Add readonly prop to missing form components May 24, 2022
@GomezIvann GomezIvann self-assigned this May 24, 2022
@GomezIvann GomezIvann removed the enhancement New feature or request label Jun 13, 2022
@jsardid jsardid changed the title Add readonly prop to missing form components Design and implement readonly version of missing form components Aug 2, 2022
@GomezIvann
Copy link
Collaborator Author

GomezIvann commented Sep 27, 2022

Requested also in #1290.

@GomezIvann GomezIvann removed the epic label Jan 10, 2023
@GomezIvann GomezIvann added enhancement New feature or request and removed minor labels May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jira This task is referenced in a story of Jira
Projects
None yet
Development

No branches or pull requests

2 participants