Skip to content

Implement Base.disable and Form.disable#27

Merged
hecrj merged 3 commits intomasterfrom
feature/disable
May 29, 2019
Merged

Implement Base.disable and Form.disable#27
hecrj merged 3 commits intomasterfrom
feature/disable

Conversation

@hecrj
Copy link
Owner

@hecrj hecrj commented May 15, 2019

Fixes #19.

Added

  • Form.disable and Form.Base.disable, which allow disabling the fields of a form.

Changed

  • Form.Base.FilledField has been renamed to Form.Base.CustomField and its field property has been renamed to state.
  • The tuple ( field, Maybe Error ) is replaced with the new record Form.Base.FilledField everywhere.

@hecrj hecrj added the enhancement New feature or request label May 15, 2019
@hecrj hecrj added this to the 8.0.0 milestone May 15, 2019
@hecrj hecrj self-assigned this May 15, 2019
@hecrj hecrj mentioned this pull request May 15, 2019
@hecrj hecrj merged commit 2588c82 into master May 29, 2019
@hecrj hecrj deleted the feature/disable branch June 22, 2019 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable a single field

1 participant