We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Even after I set isSearchEnable to true, keyboard fails to come up. See code snippet below.
let senderStateTextField: TesDropDownTextField = { let textField = TesDropDownTextField() textField.isSearchEnable = true textField.placeholder = "Origin" return textField }()
I then later set the textfield to become firstresponder in the listWillAppear delegate method
senderStateTextField.listWillAppear { self.senderStateTextField.becomeFirstResponder() }
This brought up the keyboard but brought along several bugs with it.
video demo below:
If anyone has a correct way of using the search feature, please help me.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Even after I set isSearchEnable to true, keyboard fails to come up. See code snippet below.
I then later set the textfield to become firstresponder in the listWillAppear delegate method
This brought up the keyboard but brought along several bugs with it.
video demo below:
RPReplay_Final1688850414.MP4
If anyone has a correct way of using the search feature, please help me.
The text was updated successfully, but these errors were encountered: