kimgysen
kimgysen
I haven't seen activity since last year (2018). Is the slider still supported?
**Steps to reproduce the behavior:** - Open an image - Tap above or below the image to close it **Expected behavior:** The image closes as the user doesn't realize that...
Why is there both position absolute and fixed here? ``` [data-state="tabbordion"] { clip: rect(0 0 0 0); height: 1px; position: absolute; position: fixed; width: 1px; z-index: -1; } ```
It's useful to provide a more extensive basic api for common use cases.
I need to store between 7k and 8k tags in the database, which the user can access through autocompletion from the frontend. Is there a straightforward way through the api...
Guys, this looks like a wonderful library. But the location of block quotes and code blocks doesn't make sense at all, I haven't seen any editor that does this. Seems...
When running the example on Mac OSX High Sierra, it throws an error: Kims-MacBook-Pro-401:example kimgysen$ npm start > [email protected] start /Users/kimgysen/Documents/zwoop/website/history/webpack-hot-server-middleware/example > npm run start:express > > [email protected] start:express /Users/kimgysen/Documents/zwoop/website/history/webpack-hot-server-middleware/example...
## OS and browser MacOSX 10.15.7, Chrome 96.0.4664.110. ## Description Great library! onChange callback gets called twice as seen in the console. ## Reproduction URL https://codesandbox.io/s/rmel-demo-ref-in-function-component-u04gb?file=/src/App.js The same as in...
Perhaps I'm missing something, but the example shows validation keys that I don't see anywhere in the source code: 'required', or blocks like this: ` "age": { "description": "Age in...