-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
feat: add select and multiselect prompt components #13
Conversation
74e4b1d
to
dc74fb2
Compare
dc74fb2
to
5a67181
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
Couple of questions around things I don't have knowledge about and a couple of suggestions. It feels like the implementation can be made a bit simpler if we introduce some class that contains the state. (Kind of like a game board with a fixed set of allowed operations separated from parsing input)
64f86be
to
3a140c1
Compare
5e6584b
to
a723184
Compare
6b6b5ea
to
5c41ce3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of minor comments.
Almost there!
bb8c064
to
49ea5c6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🙌
Description
select
andmultiselect
prompt componentsselect
multiselect