olegpix

Results 41 comments of olegpix

Hi! Unfortunately, we can’t do this because some of the plugins should know sizes of the some elements for the correct calculations. E.g. carousel should know the width of the...

> @olegpix Thanks for your response. I think we can decouple the logic of binding the DOM event and the detection of the DOM's box model to trigger separately. If...

> Hi! Please check out the official documentation here [Preline - Next.js](https://preline.co/docs/frameworks-nextjs.html) You should add the following code to prevent TS warnings: ``` import { IStaticMethods } from "preline/preline"; declare...

> Hello, > > I noticed that each time I interact with the dropdown plugin https://preline.co/plugins/html/dropdown.html, the up/down key is logged to the console. I don't think it's needed for...

> ## Background > We are using stacked overlays. (Modal over Modal). We disable body-scroll when modal is shown. using `--body-scroll:false`. This disables body scroll when the modal is opened....

> In the docs for [Review popover example](https://preline.co/docs/popover.html#review-popover-example), whenever the popover trigger is set to `click` it's not possible to interact with the content shown. Eg. you can't click the...

> When I open the 2nd Modal, the 1st Modal is still on top of the 2nd Modal. I have to turn off the 1st Modal to see the 2nd...

> Hello, Today I am created vite with react js and preline ui project.I am using JSX file.Then installation step by step documation guide.My home component page in Navbar.jsx component...

> Setting the data-hs-overlay-keyboard to true doesn't prevent the Esc button to close the modal. > > ```js > function QuoteForm() { > const totalSteps = 8; > const [currentStep,...

> It would be nice to have a form text input that could act as a tag editor. Where you can type e.g _example_, press Enter/Return, and have it shown...