sKopheK

Results 13 issues of sKopheK

### Are you submitting a **bug report** or a **feature request**? bug report ### What is the current behavior? https://final-form.org/docs/react-final-form/types/FormProps#onsubmit ``` callback?: (errors?: SubmissionErrors) => void, ``` ### What is...

# 🐛 bug report ## 🎛 Configuration ### package.json ```js { ... "source": "src/App/index.js", "module": "dist/output.js", "scripts": { ... "start": "parcel src/index.html --dist-dir debug", "build": "parcel build --no-content-hash --no-source-maps" },...

:clock1: Waiting

### Are you submitting a **bug report** or a **feature request**? *bug report** ### What is the current behavior? field has `readonly` atribute set so user cannot change its value...

Hi, following code gets incorrectly highlighted as seen on the screenshot below, applies for other characters such as "*" or "!" ``` // const newFulltextSearch = searchCondition // ? `(...

hi, docs for [option()](https://api.jqueryui.com/datepicker/#method-option) say `Gets an object containing key/value pairs representing the current datepicker options hash.` but actually returns jQuery object of the element that has datepicker bound on.

Hi, when multiple instances of SVGInjector are processing various elements with the same URL, an error upon calling replaceChild() on a null object appears, but the element is inserted properly....

...even when the file starting with underscore is not imported to any SCSS file, its changes trigger recomplication of all SCSS files 1) turn watch on, open output tab 2)...

bug
enhancement
help wanted

### Describe the bug some icons I can find using search on https://react-icons.github.io/react-icons/ website, such as `IoDocument`, are not present in the icons package. or am i missing something? ![imagen](https://github.com/react-icons/react-icons/assets/5802917/fe3c89fb-62aa-4771-8fc5-8b02779d7218)...

Bug
preview-site(low priority)

Hi, went through many issues and discussion threads here on github + docs and some blog posts, but could not figure out, how to change default order of move up,...

Hi, when I create new object with the same values, factory for `useDeepCompare*` is not executed, which is correct behavior. But when I update just a single property without object...