Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Releases: blackmirror-media/BMInputBox

Verson 1.2.3

05 Sep 20:05

Choose a tag to compare

Fixing issue with ObjC compatibility for plain text validation.

Version 1.3.0

14 Jul 13:32

Choose a tag to compare

Updated project to use Swift 3 syntax.
Added a feature to set a box to be optional.

Version 1.2.2

04 May 13:53

Choose a tag to compare

  • Added validation on lenght for the plain text input.
  • Added onChange event to interact with the entered text.
  • Fixing layout issues.

Version 1.2.1

04 May 08:38

Choose a tag to compare

Updated pod to latest Swift syntax.

Version 1.2.0

15 Sep 06:35

Choose a tag to compare

Updated for Swift 2.
Better compatibility with ObjC projects.
Bug fixes.

Version 1.1.3

07 Jun 19:39

Choose a tag to compare

Bug fix: Fixing rounding issue when validating float values.

Version 1.1.2

05 May 11:24

Choose a tag to compare

Fixing an issue where validating an empty field causes a crash.

Version 1.1.1

01 May 20:42

Choose a tag to compare

  • Fixing layout issues with validation label
  • Fixing crash when validating an empty string.

Version 1.1.0

01 May 12:32

Choose a tag to compare

Adding minimum and maximum validation for NumberInput type.

Version 1.0.1

01 May 06:59

Choose a tag to compare

Added support for ObjectiveC projects. Now enum created in Swift are visible in the bridging header.