Vitaly Rtishchev

Results 366 comments of Vitaly Rtishchev

Do you mean that I should change extension to `.mjs` in package `esm` folder and to `.cjs` in `cjs` folder?

Your changes were merged, if you think that there are issue, you can sibmit a PR with a fix

Thanks for reporting

Thanks for reporting, the issue will be fixed in one of the next beta releases

See https://v7.mantine.dev/core/select#combobox

Node.js version 14 is no longer supported – https://endoflife.date/nodejs There is no reason to support it. It is recommended to use version 18 or 20

`value: ''` is not a valid value unless you have option with an empty string in the data array. To make input empty set value to null.