isprojects / mstform

Mobx State Tree Form-library
MIT License
81 stars 3 forks source link

NEXTPY-305 -- Zero decimal empty #171

Closed randywanga closed 1 year ago

randywanga commented 1 year ago

I've added a zeroIsEmpty option for string decimal converters. When this is enabled, inputting 0 (or any variant thereof such as 0.00) will trigger a required error.

To accomplish this, I've invented an isEmpty hook on converters that allows you to customize the empty check. It takes a raw and outputs a boolean to determine emptiness.