Skip to content

Releases: klazbaba/react-native-form-component

v2.6.14

19 Jan 07:04

Choose a tag to compare

  • Fixes issue where if picker selectedValue is set to undefined, the item in the picker becomes invinsible.

v2.6.13

12 Nov 14:59

Choose a tag to compare

  • Fixed PinInput issue where autoFocus selects the last input.

v2.6.12

15 Jun 06:54

Choose a tag to compare

  • FormItem with floating label can now display both hide icon and error icons simultaneously.

v2.6.11

14 Jun 16:32

Choose a tag to compare

  • Error icon and hide password icon now showing together.

v2.6.10

02 Apr 14:48

Choose a tag to compare

  • onButtonPress in Form component now optional.

v2.6.9

02 Apr 13:05

Choose a tag to compare

  • Added hideSubmitButton prop to Form component.

v2.6.8

13 Jan 14:12

Choose a tag to compare

Fixed typescript issue

v2.6.7

11 Jan 15:52

Choose a tag to compare

  • Removed validation PinInput

v2.6.6

11 Jan 10:34

Choose a tag to compare

  • Added remaining text input props to PinInput

v2.6.5

10 Jan 16:02

Choose a tag to compare

-Reverting wrapping FormItem children with View instead of Fragment.