我们如何添加标签来反应 phone 输入 2
How can we add label to react phone input 2
我正在使用 react-phone-input-2。
对于其他输入,我使用 material ui 带标签的文本字段。
是否可以为反应 phone 输入添加标签,例如 material ui 并列出变体。
<PhoneInput
inputProps={{
name:'phone',
required:true,
autoFocus:true
}}
您可以检查此 link 并添加 material css 文件
https://bl00mber.github.io/react-phone-input-2-css.html
我正在使用 react-phone-input-2。 对于其他输入,我使用 material ui 带标签的文本字段。 是否可以为反应 phone 输入添加标签,例如 material ui 并列出变体。
<PhoneInput
inputProps={{
name:'phone',
required:true,
autoFocus:true
}}
您可以检查此 link 并添加 material css 文件
https://bl00mber.github.io/react-phone-input-2-css.html