Arthur Minasyan
Arthur Minasyan
FFilament
Created by Arthur Minasyan on 1/14/2024 in #❓┊help
Has anyone created an autocomplete text input?
In the case of Select, it is 2 times. One to open the dropdown and one more to focus the input when using mobile. And you will click on input once to focus and type. In addition, in my opinion, the input version is more preferable as a user of the website.
16 replies
FFilament
Created by Arthur Minasyan on 1/14/2024 in #❓┊help
Has anyone created an autocomplete text input?
That's what I'm going to do, just in case someone already had one, so I wouldn't waste time on it
16 replies
FFilament
Created by Arthur Minasyan on 1/14/2024 in #❓┊help
Has anyone created an autocomplete text input?
I know, but that is not what i needed. After typing in the input, the dropdown should open.
16 replies
FFilament
Created by Arthur Minasyan on 1/14/2024 in #❓┊help
Has anyone created an autocomplete text input?
In my case, it should search from third-party API.
16 replies
FFilament
Created by Arthur Minasyan on 1/14/2024 in #❓┊help
Has anyone created an autocomplete text input?
Imagine that you entered on the phone and you need to press select to open the search input, then press input to activate it. it is desirable to write in the input at once.
16 replies
FFilament
Created by Arthur Minasyan on 1/14/2024 in #❓┊help
Has anyone created an autocomplete text input?
Yes, I know, just in case someone already had one, I wouldn't waste time.
16 replies
FFilament
Created by Arthur Minasyan on 1/12/2024 in #❓┊help
Specific RelationManager does not show
No description
3 replies
FFilament
Created by ahmant on 3/12/2023 in #❓┊help
Admin Page translatable?
Can you show the code that works for you?
8 replies
FFilament
Created by Arthur Minasyan on 8/16/2023 in #❓┊help
[3.x] 404 for all actions in the form package.
Route::group(['prefix' => LaravelLocalization::setLocale()], function ()
{
// Your other localized routes...

Livewire::setUpdateRoute(function ($handle) {
return Route::post('/livewire/update', $handle);
});
});
Route::group(['prefix' => LaravelLocalization::setLocale()], function ()
{
// Your other localized routes...

Livewire::setUpdateRoute(function ($handle) {
return Route::post('/livewire/update', $handle);
});
});
6 replies
FFilament
Created by Arthur Minasyan on 8/16/2023 in #❓┊help
[3.x] 404 for all actions in the form package.
6 replies
FFilament
Created by Arthur Minasyan on 8/16/2023 in #❓┊help
[3.x] 404 for all actions in the form package.
6 replies
FFilament
Created by Arthur Minasyan on 8/16/2023 in #❓┊help
How can I use custom svg icon in form suffix action?
4 replies
FFilament
Created by Arthur Minasyan on 4/16/2023 in #❓┊help
How can I change the background color of the highlighted (today) day?
It does not have a unique class or other attribute with the help of which I can change the background color
2 replies