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
If I set enableAutoToolbar to true, the toolbar will have the < > buttons, the placeholder, and the done button. But I only want the Done button.
enableAutoToolbar
true
I found out I can set shouldShowTextFieldPlaceholder to hide the placeholder, but how can I hide the < > buttons as well?
shouldShowTextFieldPlaceholder
The text was updated successfully, but these errors were encountered:
There is another property to hide previousNext button, you should use shouldHidePreviousNext for this.
shouldHidePreviousNext
Sorry, something went wrong.
Oh yes! My eyesight is kind of bad... Maybe you can put it in the PROPERTIES AND FUNCTIONS.md?
You probably correct. I need to update PROPERTIES AND FUNCTIONS.md docs. I hasn't updated it from a long time.
No branches or pull requests
If I set
enableAutoToolbar
totrue
, the toolbar will have the < > buttons, the placeholder, and the done button. But I only want the Done button.I found out I can set
shouldShowTextFieldPlaceholder
to hide the placeholder, but how can I hide the < > buttons as well?The text was updated successfully, but these errors were encountered: