akinncar / react-native-mask-text

🎭 A React Native and Expo library to mask text and inputs
MIT License
417 stars 40 forks source link

seconds 6,7,8 not working #84

Open luan-nvg opened 2 years ago

luan-nvg commented 2 years ago

Steps to reproduce

<MaskedTextInput
    type="time"
      options={{
        timeFormat: "HH:mm:ss",
      }}
      onChangeText={(text) => {
      }}
      style={style}
      keyboardType="numeric"
    />

Expected behaviour

Tell us what should happen 00:58

Actual behaviour

00:5

Environment

react-native-mask-text

Version: ^0.10.0

Hosar commented 1 year ago

Same issue here! Please provide a workarround