Daniel Robinson
Daniel Robinson
@siddhant91 yep, so the new updated last option should deal to this case for you: ``` class FieldFactory extends Component { maxLength = (...args) => { return maxLength(this.props.max)(...args) } minLength...
e.g. ``. If you're in this scenario it is probably a factory scenario (you are creating fields from some set of field schema), so perhaps it would instead be `this.props.schema.max`...
@siddhant91 `7.4.2` is a great improvement, and as you've found it "fails fast" now. Not saying infinite loop is ideal, but yeah, better than failing silently. Short answer: you need...
@jedwards1211 sorry for the late reply. Thanks for those suggestions. I agree, I've removed the prior option # 3. Regarding memoization - I can see you hit a pain point...
Is this not what happens if you update `initialValues` with the same values you send to the server while using `enableReinitialize`? After that if the form is not pristine, it...
This raises the input above the line on Firefox 60.0.2 on OSX El Capitain. I wouldn't support this fix without further explanation. Sandbox: https://stackblitz.com/edit/react-cvvxfk?file=index.js
Could someone confirm if this is still an issue in 7.x?
PR's welcomed!
@dliu120 this raises the input above the line for me in Firefox 60.0.2 on OSX ([sandbox](https://stackblitz.com/edit/react-cvvxfk?file=index.js)). My current very sad bit of browser detection workaround is: ``` const WrapHackAutosizeInput =...
@chillu this one looks juicy! Before I take a look - would you mind just firing a quick update since it's been 10 months?