OlyaK95
OlyaK95
**Describe the bug** `` works well only without placeholder, I can't define selected value. **More about problem** I have two ``: one for divisions and second depended select for subdivisions...
I have three files: - .prettierrc ```json { "plugins": ["@prettier/plugin-php", "prettier-plugin-blade", "prettier-plugin-tailwindcss"], "overrides": [ { "files": ["*.php"], "options": { "parser": "php" } }, { "files": ["*.blade.php"], "options": { "parser": "blade"...
I have no problem on local Windows 11 Laragon server and have some problems on production Ubuntu 24.04.1 LTS server. My Laravel code looks like this: ```php $snappdf = new...