vfilatov

Results 21 comments of vfilatov

> Sounds like a good suggestion. Do you have an example? http://ldapjs.org/client.html#search there are few options such as `scope`, `filter`, `attributes`, etc `ldap-authentication` uses only first two. Our company AD...

Looks it got broken in `4.0.0-beta.1` as it still was working in `4.0.0-alpha.5`

# workaround add `container` prop to the second Modal ```svelte Another Modal title But, it does not Cancel ```

I'm fine with close this issue as long as "workaround" works :) Would nice to add an example to the demo page.

Yes, you are correct. I would not expect buttons with radius inside of inputGroup I updated PERL with pure Bootstrap example https://svelte.dev/repl/4216cf8c4e564d3e9849bc0665c2a8e5?version=3.38.3

as a workaround you can add "onEnter" document.body.style.paddingRight = null}>

Yes, I see where is it coming from. Not sure, but might be using push/pop current padding values to/from $store would help restoring "correct" padding? PS. Not sure how they...

> Agreed popper would be great to fix, but I and other users use sapper and repl frequently and would rather not break that. I'll see if there's something we...

> Ah thanks @vfilatov , does sveltekit not need the src imports for SSR such as sapper needed? After `SvelteKit v1.0.0-next.146` no, it does not. ```javascript import { Alert, Badge,...

I use manual add ```json { "name": "@popperjs/core", "type": "module", //