Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught ReferenceError focused/ defocused is not defined at HTMLInputElement.onfocusou #12

Open
4 tasks done
braugustorh opened this issue May 4, 2023 · 0 comments
Open
4 tasks done

Comments

@braugustorh
Copy link

braugustorh commented May 4, 2023

Prerequisites

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

<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.

  1. Login on Soft UI Dashboard PRO Laravel Livewire
  2. Click in a any input,
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant