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

Select & Radio not working with On Air #2901

Closed
thetableman opened this issue Apr 16, 2024 · 2 comments
Closed

Select & Radio not working with On Air #2901

thetableman opened this issue Apr 16, 2024 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@thetableman
Copy link
Contributor

thetableman commented Apr 16, 2024

Description

Consider the following minimal example:

from nicegui import ui

ui.select(['One','Two','Three'])
ui.radio(['One','Two','Three'])

ui.run(on_air=True)

When selecting options from ui.select and ui.radio run from a localhost the UI works as expected. When doing so on a On Air instance the options don't change when selected.

2024-04-16 10-34-16(1)

@rodja
Copy link
Member

rodja commented Apr 16, 2024

Thanks for bringing this to our attention @thetableman. We just fixed a small glitch on our On Air server infrastructure. Should work now. This also uncovered the lack of On Air support for app.storage.tab which will be fixed in the next release with #2902.

@rodja rodja self-assigned this Apr 16, 2024
@rodja rodja added the bug Something isn't working label Apr 16, 2024
@rodja rodja added this to the 1.4.23 milestone Apr 16, 2024
@falkoschindler falkoschindler linked a pull request Apr 16, 2024 that will close this issue
@falkoschindler
Copy link
Contributor

Ok, I think we can close this issue as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants