Luciano Bosco

Results 15 issues of Luciano Bosco

### What happened? When using mask property and clearable on q-input, once input is cleared, the model value is `""` instead of `null` ### What did you expect to happen?...

kind/bug 🐞
Qv2 🔝
bug/1-repro-available
area/components
flavour/quasar-cli-vite

**Describe the bug** The `v$.value.$validate()` method set all model properties `$dirty` state to `true` **Reproduction URL** https://codesandbox.io/s/autumn-sunset-r4ocny?file=/src/App.vue **To Reproduce** Steps to reproduce the behavior: 1. Do not update input value...

bug
2.0

I'm using the Vue 3 version. Whenever I try to upload a .doc .docx file the `newFile.type` is empty, therefore I'm not able to validate on `inputFilter` I'm aware that...

I was taking a look at full sample docs and found something odd. ``` if (newFile.file && newFile.error === "" && newFile.type.substr(0, 6) === 'image/' && this.autoCompress > 0 &&...

I'm tracking user's status as per websocket by having a `participants` DB table ```id | user_id | socket_id | created_at | updated_at``` When a user joins a presence channel the...

Many datetime pickers use visible inputs for showing formatted dates and hidden fields for the value that is in fact selected. This is the case of [flatpickr](https://flatpickr.js.org/) ``` ``` Is...

I'm facing an error under Laravel Sail (Laravel 8, PHP 8) by running `composer require laravel-notification-channels/fcm:~2.0` Any help will be appreciated. ```./composer.json has been updated Running composer update laravel-notification-channels/fcm Loading...

I'm not completely sure to understand how routes work with this library. Assuming that we have 2 parent components acting as landing pages. We do the login, we get token...

Fullscreen is not disabled on modal close. ``` "vue-cool-lightbox": "^2.7.4", ``` Steps to reproduce: 1. Use the fullscreen sample 2. Click the fullscreen button at the top right. Browser will...

Hi! This component looks interesting. Before implementing I'd like to know if the lightbox can be opened from a button. I don't want to show any image, just a button...