-
I only noticed this after the iOS 9 and RM 4.0 update. I don't know if this is just coincidence or if something got changed in that update that's breaking.
The issue is that on text fields, when you…
-
I am currently upgrading from Promotion-Form to XLForm and it's taking me a minute to wrap my brain around all the amazing, new, powerful options involved. Very excited about what is to come, but I ca…
-
Occasionally when I render the data from a form the text value entered is somehow changed to a huge negative number like: -1441151880758529039
It seems to happen most when the text value is very shor…
-
On my `LoginScreen` I have a footer on the form that says "Forgot your username or password?" and I would like that to be tappable. I tried finding the last `UITableViewHeaderFooterView` and putting a…
-
Perhaps I'm going about my particular problem the wrong way, but it seems to me that one should be able to, for example, specify a field be of type `:password` and, when clicked, pop up the `:integer`…
-
I'd like to see a XLFormRowDescriptorTypeImage which would allow the display of an image, picking an image from the photo library (options of which album), or taking a photo (options of front or rear …
-
Is `dismiss_keyboard` necessary in ProMotion-XLForm?
As per PM-Form's README
> #### dismiss_keyboard
>
> Dismisses the keyboard. Note that you may need to call this before `render_form` to ensure t…
-
-
Trying to run tests for https://github.com/bmichotte/ProMotion-XLForm which use https://github.com/xmartlabs/XLForm which require xcode 6.3+ (it uses `nullable`, `nonnull`, `null_unspecified` keywords…
-
When you set a default value of a date field, you get an
Error:
```
xl_sub_form_screen.rb:40:in `==:': undefined method `year' for true:TrueClass (NoMethodError)
```
My code:
``` ruby
def form_data…