Здравствуйте. Я использую плавающую метку (MKTextField) в приложении React native.Я хочу знать, как получить текст из него.Я пытался поискать в Интернете, но не смог найти его.
Используя комплект реагирующих материалов "react-native-material-kit": "^0.5.1",
Не могли бы вы предложить
Спасибо R
<TextfieldWithFloatingLabel_Card ref="tiNumber"/>
const TextfieldWithFloatingLabel_Card = MKTextField.textfieldWithFloatingLabel()
.withPlaceholder('Last 4 digits of your dopay card')
.withStyle(styles.textfieldWithFloatingLabel)
.withTextInputStyle({flex: 1})
.withFloatingLabelFont({
fontSize: 12,
fontWeight: '200',
color: colors.primaryColor
})
.withKeyboardType('numeric')
.build();