htmlstreamofficial / preline

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
https://preline.co
MIT License
3.96k stars 263 forks source link

Error while filling the input in the Preline UI component #370

Closed ardaalkan closed 4 weeks ago

ardaalkan commented 1 month ago

Currently I'm using PrelineUI("preline": "^2.0.1",) and tailwindcss("tailwindcss": "^3.3.5",). I have more than one input in an preline accordion component. Even though I haven't made any checks, inputs sometimes do not allow English characters to be written when trying to fill them. I don't know what's causing the problem.

If inputs are autofilled, an error message appears. When you try to fill it manually, for example with "A", a warning appears in the console with the phrase 'KeyCode: KeyA'.

As a result, I will be very happy if I fill in the inputs successfully and do not receive the warning and this error that I receive from the library.

More detailed https://stackoverflow.com/questions/78495265/error-while-filling-the-input-in-the-preline-ui-component

jahaganiev commented 4 weeks ago

Hey @ardaalkan - we couldn't detect any issues, please try out with the latest version of Preline UI. Thanks!

ardaalkan commented 4 weeks ago

Hey @jahaganiev, You didn't detect any problem but I did.

I use many front-line components in a project. When using many dropdown menu components on a page, the dropdown and dropdown "Auto-Close" behavior worked together, but if the auto-close feature is triggered even once it blocks all entries in the project, I don't know why yet!

As a workaround, instead of drop-down menus with 'Auto-close' feature, use a drop-down menu without this feature or create a new drop-down menu yourself. Don't forget to write CSS animations :)

Thank you for your interest.