mcsimps2

Results 6 comments of mcsimps2

Disabling `validateOnChange` so that validation only runs on blur or form submit causes this issue to start popping up a lot. While the `shouldValidate` arguments of `setFieldTouched` and `setFieldValue` work...

Eager for this feature as well. The resulting code without this functionality is very spaghetti. Lots of developer confusion seeing `myComputedField[0].foo` in the codebase instead of simply just `myComputedField.foo`.

The problem here is what @leonbloy hit on. MongoEngine is operating off the underlying type of the `Field` class. If you check out the `_from_son` method, you'll see that when...

I agree, I think this needs to be added to the documentation. I found myself scrounging around in the codebase after realizing that the behavior was absolutely different between handling...

Just wanted to add that I've also stumbled upon this issue. Thanks @decepulis for digging into the issue and finding a workaround in the meantime.

Not proud of this one, but you can hack `MenuSelectHeading` like so for each of the list items by using `GlobalStyles` somewhere on the component you are rendering. ``` ({...