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
While writing integration tests I ended up falling into a problem.
There is a recommendation to select elements using their key, but FormBuilderTextField does not allow a custom key.
Is there any way you can set the key in the future?
The text was updated successfully, but these errors were encountered:
Hi @feijodev, Currently, there's no way of doing that. What would be the possible reason for us to consider such a scenario?
Sorry, something went wrong.
Today, I decided to use a manager detector by placing the key on a label and setting the focus without input when receiving a click.
I saw that there are other ways around this.
But writing an e2e test is easier.
No branches or pull requests
While writing integration tests I ended up falling into a problem.
There is a recommendation to select elements using their key, but FormBuilderTextField does not allow a custom key.
Is there any way you can set the key in the future?
The text was updated successfully, but these errors were encountered: