Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

feat(editors): add "required" and "alwaysSaveOnEnterKey" options #132

Merged
merged 1 commit into from
Feb 26, 2019

Conversation

ghiscoding
Copy link
Owner

  • these 2 new options might not be supported by all Editors (e.g. checkbox doesn't use ENTER key)
  • the "alwaysSaveOnEnterKey" can be helpful if user want to save value regardless if it's null or not
  • also fixed integer editor validation, a few validations were missing like minValue/maxValue/...

- these 2 new options might not be supported by all Editors (e.g. checkbox doesn't use ENTER key)
- the "alwaysSaveOnEnterKey" can be helpful if user want to save value regardless if it's null or not
- also fixed integer editor validation, a few validations were missing like minValue/maxValue/...
@ghiscoding ghiscoding merged commit 6ef7274 into master Feb 26, 2019
@ghiscoding ghiscoding deleted the feat/editor-extra-options branch February 28, 2019 23:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant