Explorar el Código

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

tags/0.6.10
doufa hace 1 año
padre
commit
eb8dc15ad6
No account linked to committer's email address

+ 1
- 1
web/app/components/header/account-setting/model-provider-page/model-modal/Input.tsx Ver fichero

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

Cargando…
Cancelar
Guardar