Skip to content

Commit

Permalink
add autofocus to input
Browse files Browse the repository at this point in the history
  • Loading branch information
salino3 committed Jul 6, 2024
1 parent ed932f7 commit 7a72581
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const CustomInputText: React.FC<PropsInput> = ({
<div className={`table_x02_rootCustomInputText ${Styles}`}>
<div className="table_x02_containerInput">
<input
autoFocus
type={type}
id={name}
className="table_x02_inputText"
Expand Down

0 comments on commit 7a72581

Please sign in to comment.