Patch Changes
-
#3931
d92c8e82868
Thanks @salihozdemir! - Added missingautoSubmitClose
,autoResetForm
, anddefaultVisible
props touseDrawerForm
hook. -
#3911
5f9c70ebf2f
Thanks @salihozdemir! - FixedautoSubmitClose
andautoResetForm
props ofuseModalForm
hook to work properly. -
#3931
d92c8e82868
Thanks @salihozdemir! - AddedautoSubmitClose
,autoResetForm
, anddefaultVisible
props touseDrawerForm
hook. -
#3948
b4950503334
Thanks @salihozdemir! - Fixed the unsaved changes dialog is popping up unexpectedly when the user clicks the delete button or logs out, when the form is dirty.- The
<DeleteButton>
already has a confirmation dialog, so the alert was removed. - The
<Sider>
'sonClick
handler was changed to use thewindow.confirm
API to manage the confirmation dialog.
- The