fix: Input fields in the model provider's settings modal do not switch sequence via keyboard navigation (Tab key) (#4662)

pull/4675/head^2
doufa 2 years ago committed by GitHub
parent 2ee3a1b6f3
commit eb8dc15ad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -39,7 +39,7 @@ const Input: FC<InputProps> = ({
return (
<div className='relative'>
<input
tabIndex={-1}
tabIndex={0}
className={`
block px-3 w-full h-9 bg-gray-100 text-sm rounded-lg border border-transparent
appearance-none outline-none caret-primary-600

Loading…
Cancel
Save