我正在使用react-phone-input-2。对于其他输入,我使用带标签的material ui textfield。有没有可能添加标签的反应电话输入,如材料用户界面与变体概述。
<PhoneInput
inputProps={{
name:'phone',
required:true,
autoFocus:true}}
发布于 2021-06-07 15:16:35
您可以检查此链接并添加材料css文件
https://bl00mber.github.io/react-phone-input-2-css.htmlhttps://stackoverflow.com/questions/67866272
复制相似问题