feat: first field now autofocus when editing a row
fix: move the focus to the first editable element fix: make the Autocomplete options popup on autoFocus feat: allow saving on table only when changes occurred fix: compare only the editing row instead of the entire list to decide if the save method will be called
This commit is contained in:
parent
1e810daabc
commit
246f736fa8
3 changed files with 20 additions and 4 deletions
|
|
@ -84,6 +84,7 @@ const Autocomplete = ({
|
|||
size={size}
|
||||
fullWidth={fullWidth}
|
||||
textAlign={textAlign}
|
||||
{...props}
|
||||
/>
|
||||
)
|
||||
}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue