mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
be156dcbd1
@ -173,6 +173,12 @@ DatePicker.FilterWithPicker = function FilterWithPicker(props: any) {
|
||||
showTime: props.showTime ? { defaultValue: dayjs('00:00:00', 'HH:mm:ss') } : false,
|
||||
format: targetFormat,
|
||||
picker: targetPicker,
|
||||
onChange: (val) => {
|
||||
props.onChange(undefined);
|
||||
setTimeout(() => {
|
||||
props.onChange(val);
|
||||
});
|
||||
},
|
||||
};
|
||||
const field: any = useField();
|
||||
const [stateProps, setStateProps] = useState(newProps);
|
||||
|
Loading…
x
Reference in New Issue
Block a user