Skyscanner / SkyFloatingLabelTextField

A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
Apache License 2.0
4.09k stars 540 forks source link

uitextcontenttype not working #285

Open iasonasiasonos opened 5 years ago

iasonasiasonos commented 5 years ago

Hi,

I am trying to show on the keyboard the previous added texts (e.g. email, name) in order to autofill the text field. With the default text field i am getting all the suggestions but with this library i cannot.

I have used the uitextcontenttype as Apple suggests in order to show the autofill suggestions but with no luck.

Is there any workaround on this problem?

Thanks...

ryanmaksymic commented 4 years ago

Also having issues with content type.

In particular, setting it to creditCardNumber is forcing the keyboard type to default; it's impossible to get a numberPad keyboard.