You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Catch conflicting config kwargs before field conversion
Don't fail if user specifies conflicting conversion options kwargs like
- multiple and radio for field with choices
- password and textarea for StringField
Better have an implicit priority than a runtime error.
0 commit comments