Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EZForm delegate not calling #81

Open
kuldeep13990 opened this issue Sep 22, 2015 · 1 comment
Open

EZForm delegate not calling #81

kuldeep13990 opened this issue Sep 22, 2015 · 1 comment

Comments

@kuldeep13990
Copy link

When i input the character in textfield

  • (void)form:(EZForm *)form didUpdateValueForField:(EZFormField *)formField modelIsValid:(BOOL)isValid

this delegate method is not called.

Thnks

@bok-
Copy link
Collaborator

bok- commented Sep 22, 2015

Hi @kuldeep13990,

Did you wire up the textfield before using it?

let textField = UITextField();
let ezFormTextField = EZFormTextField();
ezFormTextField.useTextField(textField);

Rob

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants