You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please answer the following questions for yourself before submitting an issue.
I am running the latest version
I checked the documentation and found no answer
I checked to make sure that this issue has not already been filed
I'm reporting the issue to the correct repository (for multi-repository projects)
Expected Behavior
When I click on an input it marks error (focused) when I leave the focus (defocused), it marks an error again, in all the forms where there is an input this error happens.
Current Behavior
What is the current behavior?
The forms work fine but this error is the reason why I can't do multi-level cascading select.
laravel-new-user:1094 Uncaught ReferenceError: focused is not defined
at HTMLInputElement.onfocus (laravel-new-user:1094:68)
onfocus @ laravel-new-user:1094
En este JS se encuentra las funciones referidas como Focused y defocused
Since first installing the Soft UI Dashboard PRO Laravel Livewire it makes this error no JS files, or other files, have been touched. This error occurs when entering the DASHBOARD, in the login does not show this error. I repeat that this happens even if you start from a new installation.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Login on Soft UI Dashboard PRO Laravel Livewire
Click in a any input,
You will be able to see the error in any browser in the developer mode console.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Device: laptop computer
Operating System: windows
Work with Laragon Full 6.0
Soft UI Dashboard PRO Laravel Livewire 1.0.1
Browser and Version: Versión 112.0.5615.138 (Build oficial) (64 bits)
Failure Logs
Please include any relevant log snippets or files here.
Uncaught ReferenceError: defocused is not defined
at HTMLInputElement.onfocusout (laravel-new-user:1094:68)
onfocusout @ laravel-new-user:1094
The text was updated successfully, but these errors were encountered:
Prerequisites
Please answer the following questions for yourself before submitting an issue.
Expected Behavior
When I click on an input it marks error (focused) when I leave the focus (defocused), it marks an error again, in all the forms where there is an input this error happens.
Current Behavior
What is the current behavior?
The forms work fine but this error is the reason why I can't do multi-level cascading select.
laravel-new-user:1094 Uncaught ReferenceError: focused is not defined
at HTMLInputElement.onfocus (laravel-new-user:1094:68)
onfocus @ laravel-new-user:1094
En este JS se encuentra las funciones referidas como Focused y defocused
<script src="../../../assets/js/soft-ui-dashboard.js"></script>Failure Information (for bugs)
Since first installing the Soft UI Dashboard PRO Laravel Livewire it makes this error no JS files, or other files, have been touched. This error occurs when entering the DASHBOARD, in the login does not show this error. I repeat that this happens even if you start from a new installation.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
Failure Logs
Please include any relevant log snippets or files here.
Uncaught ReferenceError: defocused is not defined
at HTMLInputElement.onfocusout (laravel-new-user:1094:68)
onfocusout @ laravel-new-user:1094
The text was updated successfully, but these errors were encountered: