-
Notifications
You must be signed in to change notification settings - Fork 43
Selected value for interactiveSelectList #250
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
Selected value for interactiveSelectList #250
Conversation
mordant/src/commonMain/kotlin/com/github/ajalt/mordant/input/SelectListAnimation.kt
Show resolved
Hide resolved
mordant/src/commonMain/kotlin/com/github/ajalt/mordant/widgets/SelectList.kt
Show resolved
Hide resolved
ajalt
left a comment
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.
Good idea, just left a couple minor comments.
…nto interactive-select-list-value
|
Seems like the API check fails. I tried to run |
|
That would be really useful to me too! |
ajalt
left a comment
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.
I updated the branch and dumped api, so this should be mergable now. Thanks!
Fixes #245