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

input boxes of widgets inline (e.g. DatetimeRangeInput-widget) #7444

Open
kmanitor opened this issue Oct 25, 2024 · 0 comments
Open

input boxes of widgets inline (e.g. DatetimeRangeInput-widget) #7444

kmanitor opened this issue Oct 25, 2024 · 0 comments

Comments

@kmanitor
Copy link

Is your feature request related to a problem? Please describe.

It's not really a problem, but I have sidebar containing a DatetimeRangeInput-widget. This widget has two input boxes (in my case dates only) which are positioned below each other. Some widgets have a "inline=True" keyword (e.g. RadioBoxGroup-widget), but this widget doesn't, which was confirmed when I asked the question on discourse.holoviz.org.
DatetimeRangeInput

Describe the solution you'd like

I would like to have the option to position the input boxes of the widget DatetimeRangeInput inline (but below the widget label)
DatetimeRangeInput-below

Describe alternatives you've considered

It's possible to use CSS to position all widget components (label + input boxes) inline, but in most cases that would be too many things inline when considering a sidebar.
DatetimeRangeInput-inline

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

No branches or pull requests

1 participant