mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-01 23:30:39 +08:00
fix: Input fields in the model provider's settings modal do not switch sequence via keyboard navigation (Tab key) (#4662)
This commit is contained in:
parent
2ee3a1b6f3
commit
eb8dc15ad6
@ -39,7 +39,7 @@ const Input: FC<InputProps> = ({
|
|||||||
return (
|
return (
|
||||||
<div className='relative'>
|
<div className='relative'>
|
||||||
<input
|
<input
|
||||||
tabIndex={-1}
|
tabIndex={0}
|
||||||
className={`
|
className={`
|
||||||
block px-3 w-full h-9 bg-gray-100 text-sm rounded-lg border border-transparent
|
block px-3 w-full h-9 bg-gray-100 text-sm rounded-lg border border-transparent
|
||||||
appearance-none outline-none caret-primary-600
|
appearance-none outline-none caret-primary-600
|
||||||
|
Loading…
x
Reference in New Issue
Block a user