0nepeop1e

Results 12 issues of 0nepeop1e

**Describe the bug** When use `textarea` with `input$emptyValueUndefined`, the `undefined` value will make `textarea` become `input`, see [packages/textfield/src/Textfield.svelte#L99](https://github.com/hperrin/svelte-material-ui/blob/9fd5ee57000df38b7ebe3084da3413c10b8adac3/packages/textfield/src/Textfield.svelte#L99) **To Reproduce** ```svelte import Textfield from "@smui/textfield"; let value = undefined; ```...

bug

- [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) ## Proposed changes Kind of bugfix, i struggling 2 hours just...

**Describe the bug** Enum passed to validator resulting some dependant rules not working, for example: `required_if` ```php enum ItemType: string { case SKU = "sku"; case VOUCHER = "voucher"; }...

bug
needs reproduction

The nested value in defaults will be override when the data update because of the sharing same instance with data. ```js let form = useForm({ name: '', address: { line1:...

the interface `Facuz\Theme\Contracts\Theme` is empty, its not so friendly to IDE users

add a method to set global history so the issue #45 can be solved with less pain, no need to go around and change all the `use:link` and `navigate`

### What version of Bun is running? 1.1.7+b0b7db5c0 (issue since v1.1.5) ### What platform is your computer? Linux 5.15.146.1-microsoft-standard-WSL2 x86_64 unknown ### What steps can reproduce the bug? ```js //...

bug
transpiler

### What version of Bun is running? 1.1.7+b0b7db5c0 ### What platform is your computer? Linux 5.15.146.1-microsoft-standard-WSL2 x86_64 unknown ### What steps can reproduce the bug? ```js import { Client }...

bug

the extra rollup step for building server side code is missing from this package, resulting all `devDependencies` are not present in the final build. reference: https://github.com/sveltejs/kit/blob/873a09eac86817d1cbb53bf3f9c8842d7346d20d/packages/adapter-node/index.js#L54

**Is your feature request related to a problem? Please describe.** tailwindcss `darkMode` configuration is not being respected. ```js module.exports = { darkMode: 'class' // this has no effect for ripple...

question