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
Looks like we need some API for a widget to signal which Field configuration it needs access to, or otherwise access details of the Field it's rendering.
https://github.com/insin/newforms/blob/react/src/fields/IntegerField.js#L58
What if i'm using a custom widget with
IntegerField
and want access minValue and MaxValue?The text was updated successfully, but these errors were encountered: