Rigo

Results 13 comments of Rigo

Same here... I don't know what's causing the issue when looking through the CSS code. It's happening to me on macOS Safari. Chrome & Firefox work fine.

Here's how I'm working around it for now: 1. I'm adding a span around the button text ```html Mark as Paid ``` 2. Adding this in my CSS code: ```css...

This seems to be a Webkit bug honestly

@jorgepinon Hey are you sure? Using a `button` element works for me

@jorgepinon All good!

I'm currently using `onClose` to handle blur events.

Just had this error right now. Worked well in development but gave me an error as I was deploying. I wonder if there's any gem that could take care of...

Are you parsing the input using `parseFloat`? The reason I had this issue too was that once the input passed 999.99, a comma was introduced, & `parseFloat` will reject that....

Currently using `cargo nextest run --retries 1` as a workaround to this, but the tests that initially failed will be reported as flaky.