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

break: use touched instead of isTouched for all fields #97

Merged
merged 2 commits into from
Sep 25, 2018

Conversation

dferber90
Copy link
Contributor

This was previously called isTouched. We call it touched now to have a consistent prop name for all fields. Some fields might accept objects as touched and then isTouched would not make sense anymore.

This was previously called isTouched. We call it touched now to have a consistent prop name for all fields. Some fields might accept objects as 'touched'  and then 'isTouched'  would not make sense anymore.
This was previously called isTouched. We call it touched now to have a consistent prop name for all fields. Some fields might accept objects as 'touched'  and then 'isTouched'  would not make sense anymore.
@dferber90 dferber90 added the 💅 Type: Enhancement Improves existing code label Sep 25, 2018
@dferber90
Copy link
Contributor Author

As discussed in #93

cc @tdeekens

@dferber90 dferber90 merged commit 57c1a4d into master Sep 25, 2018
@dferber90 dferber90 deleted the df-use-touched-for-all-fields branch September 25, 2018 16:43
@tdeekens
Copy link
Contributor

💯

montezume pushed a commit that referenced this pull request Sep 26, 2018
* feat: use touched for NumberField

This was previously called isTouched. We call it touched now to have a consistent prop name for all fields. Some fields might accept objects as 'touched'  and then 'isTouched'  would not make sense anymore.

* feat: use touched for TextField

This was previously called isTouched. We call it touched now to have a consistent prop name for all fields. Some fields might accept objects as 'touched'  and then 'isTouched'  would not make sense anymore.
montezume pushed a commit that referenced this pull request Sep 26, 2018
* feat: use touched for NumberField

This was previously called isTouched. We call it touched now to have a consistent prop name for all fields. Some fields might accept objects as 'touched'  and then 'isTouched'  would not make sense anymore.

* feat: use touched for TextField

This was previously called isTouched. We call it touched now to have a consistent prop name for all fields. Some fields might accept objects as 'touched'  and then 'isTouched'  would not make sense anymore.
lufego pushed a commit that referenced this pull request Oct 1, 2018
* feat: use touched for NumberField

This was previously called isTouched. We call it touched now to have a consistent prop name for all fields. Some fields might accept objects as 'touched'  and then 'isTouched'  would not make sense anymore.

* feat: use touched for TextField

This was previously called isTouched. We call it touched now to have a consistent prop name for all fields. Some fields might accept objects as 'touched'  and then 'isTouched'  would not make sense anymore.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💅 Type: Enhancement Improves existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants