File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
kafka-ui-react-app/src/components Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ const New: React.FC = () => {
133133 inputSize = "M"
134134 placeholder = "Connector Name"
135135 name = "name"
136+ autoFocus
136137 autoComplete = "off"
137138 disabled = { isSubmitting }
138139 />
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ const New: React.FC = () => {
103103 < Input
104104 inputSize = "M"
105105 placeholder = "Schema Name"
106+ autoFocus
106107 name = "subject"
107108 autoComplete = "off"
108109 disabled = { isSubmitting }
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ const TopicForm: React.FC<Props> = ({
9393 < InputLabel htmlFor = "topicFormName" > Topic Name *</ InputLabel >
9494 < Input
9595 id = "topicFormName"
96+ autoFocus
9697 name = "name"
9798 placeholder = "Topic Name"
9899 defaultValue = { topicName }
You can’t perform that action at this time.
0 commit comments