Erwan Pianezza

Results 13 comments of Erwan Pianezza

note that all issues above are easily solved via single BelongsTo->searchable()->prepopulate() from [nova-prepopulate-searchable](https://github.com/alexbowers/nova-prepopulate-searchable) but your modules seems to load records faster though... keep up to it!

Hi, unchecking " Input cmd +v after menu item selection" does the job... any idea for this annoying feature please let me know thnks

Hi thks for yr answer, this is how it looks ![nova-shot](https://user-images.githubusercontent.com/16898162/114529854-ad10bb80-9c4a-11eb-846c-ee17231b2b27.jpg)

and my packages ` "require": { "php": "^7.2", "alexbowers/nova-prepopulate-searchable": "^1.0", "ampeco/nova-date-range-filter": "^0.1.2", "anaseqal/nova-import": "^0.0.2", "angauber/nova-select2-filter": "^1.0", "digital-creative/clickable-table-row": "^0.1.4", "dniccum/nova-documentation": "^1.1", "fideloper/proxy": "^4.0", "froala/nova-froala-field": "^3.2", "google/apiclient": "^2.2", "idf/nova-html-card": "^1.2", "inani/nova-resource-maker": "^1.0",...

I found some sorting issues too, and solved by hacking the code vendor/mediconesystems/livewire-datatables/src/Http/Livewire/LivewireDatatable.php at line 727 : replace quote with back ticks ... what do you think ``` : new...

Hi, the initial animation does not work on chrome , firefox OK (hero text) https://e1xowy.csb.app/

> I can't explain, but docs say it is expected behaviour https://nuxt.com/docs/guide/directory-structure/components#dynamic-components > > also [here](https://github.com/nuxt/nuxt/issues/14036#issuecomment-1397340475) @AloisSeckar you are right, reading the doc solves the issue, I add to use...

modify src/NovaTinyMCE.php : add ` public $asHtml = false;` ``` public function asHtml() { $this->asHtml = true; return $this; } ``` and ` 'asHtml' => $this->asHtml,` in jsonSerialize array_merge ```...

Hi, I have a UX issue with tooltips on mobile : how can I disable primevue tooltip on mobile ? using Nuxt3 by the way