rio
rio copied to clipboard
WebApps in pure Python. No JavaScript, HTML and CSS needed
### Description Any examples highlighting using the local file system for file operations? I am trying to create a simple file browser like windows file explorer but consistently run into...
### Description Currently, as far as I know, the default configuration of root path for web apps is / and that cannot be changed. So, for instance, we can start...
Recent updates have replaced the `width` and `height` parameters with `min_width`, `grow_x`, and others. A lot of code in Rio itself still uses the old-style parameters though, thus leading to...
Rio already comes with infrastructure to handle assets. They're hosted for as long as they're needed, and released once all references have been dropped. This infrastracture also currently handles images....
There is an issue where reloading the page can result in incorrect attachments. ### Expected Behavior: Attachments should remain consistent and correctly associated with the appropriate records even after a...
### Description Currently, our `DateInputs` component lacks the ability to indicate which fields are required, provide supporting text, and display leading and trailing icons. These features are crucial for enhancing...
Some components need to display additional pop-up information when interacting with the user. For example, `Dropdowns` only show their options if currently selected. The same is true for `rio.DateInput` and...
- When the component is in a `Row` and has an `align_x`, it will say that setting `width='grow'` can make it larger and that giving another child `width='grow'` can make...
Rio automatically spawns ``, ``, ... elements when using `style="heading..."`. However, this doesn't work when using custom headings. Detect custom styling as headings (e.g. size >=2) as heading and spawn...
### Discussed in https://github.com/rio-labs/rio/discussions/50 Originally posted by **Sn3llius** June 7, 2024 ### Summary: It would be great to have multiselect support for the rio.Dropdown component in Rio. This feature would...