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

Fix FilterForm doesn't use default values for BooleanInput #4101

Merged
merged 3 commits into from
Dec 3, 2019

Conversation

fzaninotto
Copy link
Member

Closes #4091

FilterFormInput used to decorate Input components with Field, which is not necessary since every Input component has to do the decoration themselves. Also, this double decoration made checked computation by final-form fail.

@fzaninotto fzaninotto added the RFR Ready For Review label Dec 2, 2019
@fzaninotto fzaninotto added this to the 3.0.3 milestone Dec 2, 2019
@djhi djhi merged commit 72f7f0c into master Dec 3, 2019
@djhi djhi deleted the fix-filterform-booleaninput branch December 3, 2019 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BooleanInput does not display default value correctly for filters
2 participants