Sn3llius
Sn3llius
### Discussed in https://github.com/rio-labs/rio/discussions/9 Originally posted by **Sn3llius** May 12, 2024 The `rio.Table` component serves as a fundamental element in many data-centric applications, facilitating the display and manipulation of tabular...
### Discussed in https://github.com/rio-labs/rio/discussions/26 Originally posted by **reiderin** May 19, 2024 I recently experimented with the AI chatbot example provided and found it to be quite effective. However, I noticed...
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...
### 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...
### Describe the bug When using the `navigate_to`, it appears that the page does not scroll up to the top. This behavior is unexpected and causes issues with user navigation...
Currently, FastAPI routes require explicitly specifying an index. This can be cumbersome and error-prone, especially for larger applications with many routes. It would be beneficial to have a mechanism that...
There is an issue where overlays take up space in their parents. This behavior can lead to misaligned layouts. Overlays should be positioned in a way that does not affect...