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

not working autofill on textfields #342

Open erdicem opened 1 year ago

erdicem commented 1 year ago

when i write code that,

override func viewDidLoad() {
    super.viewDidLoad()

    self.skyFloatingLabelTextField.textContentType = .oneTimeCode
    self.skyFloatingLabelTextField.textAlignment = .left
    self.skyFloatingLabelTextField.becomeFirstResponder()

}

That'i not problem on textContentType but, when i click autoFill on keyboard, text not correctly writing on textfiled

SkyFloatingLabelTextField library, unsupport autofill ?