-
**Describe the bug**
A clear and concise description of what the bug is.
rx.input does not support the step attribute
step attribute:
https://www.w3schools.com/tags/att_input_step.asp
**To R…
-
``` javascript
export default function App() {
const content = Rx.Observable.create(obs => {
obs.next('foo');
setTimeout(() => obs.next('bar'), 10); // error happens here
});
return (
…
-
### Problem Description
While testing memory allocation using `hipMalloc()` in a HIP environment, I observed an unexpected behavior when attempting to allocate large chunks of memory.
Key Observ…
-
```
Traceback (most recent call last):
File "D:\Blender\Projects\RP\B3D_33\armsdk/armory\blender\arm\props_bake.py", line 160, in execute
img = bpy.data.images.new(img_name, rx, ry)
TypeErro…
-
The scrollbar can't be hidden. I need to hide the scrollbar all the time because I'm creating an iconbar.
python:3.12.1
reflex: 0.5.9
``` python
rx.scroll_area(
…
-
As is `withStyleProps` gets values from a theme and adds the `rx` and `variant` style props. This feels a bit ham-fisted at times, like if you don't have anything in the theme but want the rx prop for…
-
### Already reported ? *
- [X] I have searched the existing open and closed issues.
### Regression?
No
### System Info and Version
System/Version info
```sh
Hyprland, built from branch at c…
-
### System Info and Version
System/Version info
```sh
Hyprland, built from branch at commit cba1ade848feac44b2eda677503900639581c3f4 (props: bump version to 0.40.0).
Date: Sat May 4 15:42:32 …
-
## What did you do?
Please include the actual source code causing the issue.
```
import React from 'react'
import ContentLoader, { Rect } from 'react-content-loader/native'
const MyLoader = (p…
-
https://reflex.dev/docs/library/disclosure/accordion/ uses 'font_size="3em"' extensively as a prop of rx.accordion.item Like this:
```
rx.accordion.item(
header="First Item",
content="Th…