- fix style issue of field array child"
-
修复小屏幕下某些样式不生效问题
-
onValueChange
now works for array type- Now use a different mechanism in
onValueChange
, the returned changes will be broadcast to parent and children, but if the source is in a child of array type field, the sibling will not receive these changes. In before, children of array share the same fields, and cannot be changed unless getChildren is used.
- Now use a different mechanism in
-
Add
datetime
type mui widgets, enhancefile
type.- now
file
type has anonFileChange
optional option, in which you can return aPromise<string>
to return the result of uploading, and the value of thisfile
field will be thatstring
. If you don't useonFileChange
, the value of that field will just be aFile
Object.
- now
Don't have time to write.