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
Create a new component for integrating the new autocomplete drop down field with react-hook-form
The Archetype form will use this new component for three fields as described in the enhancement:
All dropdown fields will have an autocomplete behavior. Tags appearing in the Tags field will be arranged by their corresponding categories:
The text was updated successfully, but these errors were encountered:
@gitdallas You still ok with working on this one?
Sorry, something went wrong.
✨ add autocomplete component (#1295)
5757dcd
closes #1266 it is looking mostly like the images in the story (made assumptions on the dropdown menu). may need some tweaks depending on needs, but wanted to get a PR up before i head out for the long weekend. ![image](https://github.com/konveyor/tackle2-ui/assets/5322142/cc082894-a605-4f40-9b2a-8bcc73543f9c) ![image](https://github.com/konveyor/tackle2-ui/assets/5322142/32aa6b1d-d7ba-4b24-88b1-d4b2d88e2b97) --------- Signed-off-by: gitdallas <[email protected]> Co-authored-by: Ian Bolton <[email protected]>
gitdallas
Successfully merging a pull request may close this issue.
Create a new component for integrating the new autocomplete drop down field with react-hook-form
The Archetype form will use this new component for three fields as described in the enhancement:
All dropdown fields will have an autocomplete behavior. Tags appearing in the Tags field will be arranged by their corresponding categories:
The text was updated successfully, but these errors were encountered: