TinaH

Results 36 comments of TinaH

@katerlouis did you find a solution?

I have a different approach. I save all the translations in the index with different keys. ```js public function toSearchableArray() { $array = array( 'id' => $this->id, 'name-en' => $this->getTranslation('name',...

Hello, thank you for your reply. I got it working, but the returned search result are a bit confusing. *Strange error.* This works in Nominatim but returns error from this...

I am not sure. This is all very new to me. Did you look into the first error?

This will probably not be needed with Livewire v2 `.defer` directive. If you do `wire:model.defer` instead, the input value will populate the Livewire property on the next meaningful event, like...

What is your reason for this change? I guess if you have multiple rules it means that the field is set to be multiple?

This is a nice idea but I would not want to add this to the Input but make it as a new field.

I understand but I don't want to require an external Js for a simple input.