|
|
|
|
|
by marcopicentini
1224 days ago
|
|
On this page text field are disabled (Chrome, MacOsx) https://app.mrscraper.com/onboarding <input x-data="{}" wire:model.defer="name" type="text" dusk="filament.forms.name" disabled="" id="name" class="block w-full transition duration-75 rounded-lg shadow-sm focus:border-primary-500 focus:ring-1 focus:ring-inset focus:ring-primary-500 disabled:opacity-70 border-gray-300" x-bind:class="{
'border-gray-300': ! ('name' in $wire.__instance.serverMemo.errors),
'dark:border-gray-600': ! ('name' in $wire.__instance.serverMemo.errors) && false,
'border-danger-600 ring-danger-600': ('name' in $wire.__instance.serverMemo.errors),
'dark:border-danger-400 dark:ring-danger-400': ('name' in $wire.__instance.serverMemo.errors) && false,
}"> |
|
Other users have also reported that this is a bit confusing, so I'm going to start working on improving this.
Thanks for you feedback!