mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 14:49:01 +02:00
Merge pull request #19467 from overleaf/jpa-e2e-test-fix
[web] forward "name" on BS3 variant of OLFormControl into DOM GitOrigin-RevId: 8eb276e767f1aa4b422aca390887b93433681c87
This commit is contained in:
@@ -15,6 +15,7 @@ const OLFormControl = forwardRef<HTMLInputElement, OLFormControlProps>(
|
||||
|
||||
let bs3FormControlProps: React.ComponentProps<typeof BS3FormControl> = {
|
||||
id: rest.id,
|
||||
name: rest.name,
|
||||
className: rest.className,
|
||||
style: rest.style,
|
||||
type: rest.type,
|
||||
|
||||
Reference in New Issue
Block a user