Pruthvi prajapati

Results 6 issues of Pruthvi prajapati

Hello Your code snippet has a problem because it attaches event listeners directly to the popover toggle. When the popover is shown, it captures all clicks, making it impossible to...

Hello, If there's an example or any support available for integrating form validation with Tailwind CSS, I'd love to know more. Could you please share any resources or methods you...

Hello @olegpix, **Problem** I encounter an issue with the stepper component. When the reset button is clicked, other elements like navigation and buttons reset correctly, but the content of the...

Hello @olegpix 1. When using open method, `const select = new HSSelect(document.querySelector('#select'));` it creates another instance of the select. ![Screenshot 2024-04-23 at 12 27 20 PM](https://github.com/htmlstreamofficial/preline/assets/110020770/bf03b9cc-f9d5-458f-ae23-2db4efb4abf8) 2. Using the static...

Hello @soranoo, Great job with the obfuscator! I wanted to ask how long you plan to maintain this repository. I have a project set up with this, and I'm trying...

question

Hello @jahaganiev, This PR resolves an issue where modals closed upon pressing ESC, despite `data-hs-overlay-keyboard="false"` being set. The ESC key is now properly ignored when this attribute is used.