Skip to content
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

make list suggestions work in rx.input #4391

Merged
merged 2 commits into from
Nov 19, 2024
Merged

Conversation

Lendemor
Copy link
Collaborator

@Lendemor Lendemor commented Nov 18, 2024

rx.input(list="suggestions"),
rx.el.datalist(
    rx.el.option(value="apple"),
    rx.el.option(value="banana"),
    rx.el.option(value="cherry"),
    rx.el.option(value="date"),
    rx.el.option(value="elderberry"),
    id="suggestions",
)

@masenf masenf merged commit adaf49e into main Nov 19, 2024
32 checks passed
@masenf masenf deleted the lendemor/support_html_datalist branch November 19, 2024 02:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants