mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Merge pull request #21854 from overleaf/as-checkout-name-fields
Add new Name fields for Checkout Redesign GitOrigin-RevId: 448084e026a86510efe3c76c6663c0a770c24f8e
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { useState } from 'react'
|
||||
|
||||
type Target = HTMLInputElement | HTMLSelectElement
|
||||
type Target = HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement
|
||||
|
||||
function useValidateField<T extends { target: Target }>() {
|
||||
const [isValid, setIsValid] = useState(true)
|
||||
|
||||
Reference in New Issue
Block a user