Elvis Nunez

Results 181 comments of Elvis Nunez

@hiren43 we don't have support for UITextView it's something you would have to add as a custom field.

@hiren43 We have a date field but I don't think it supports default values. We don't have a multi select field but we've been discussing making one in https://gitter.im/hyperoslo/Form

@hiren43 This library is in maintainance mode, sadly new features will have to come in the form of external contributions.

Hi @hiren43 I haven't seen an Android version of Form but if you do find or make one, please let me know!

Hi @pranavksahu! Sure, check the Payment demo, there we have a fieldUpdatedBlock, basically, after setting this block your app will be informed of any event on the fields. [In this...

Hi @pranavksahu, I think you will have to do it in your own fork of Form and before the `fieldUpdatedBlock` method gets called to check for any of your registered...

Hi @jasper-chan, The process of adding custom cells is not optimal at the moment, currently, there's no way to make a custom cell behave like a normal embedded cell, a...

Hi @iosdev-republicofapps, In our app we have a similar feature, the difference is that we didn't add the error messaging to the form fields because it would mean that the...

Hi @iosdev-republicofapps, On an iPhone, you could probably use a UIAlertController or a custom modal screen. Adding inline validation error might be more work than it sounds, or do you...