Lukáš Janeček

Results 10 comments of Lukáš Janeček

> > > you can disabled Autocomplete from form html by add autocomplete="off" onto form element Yes, I know, but I do not want that for various reason. I want...

> > > `let keydownHandler = (e) => { if(e.code === "ArrowDown" || e.code === "ArrowUp") { locomotive.update(); } }` Yeah, no, that does not do anything.

@mrmousavi80 That is probably better than my idea of killing scroll on focus. Thanks, will try it on some project when I will be using Locomotive again

You already can override all the classnames, it just takes a bit of a work. In the options, you can do the following ``` classNames: { viewport: "carousel__viewport", track: "carousel__track",...

Agreed that is a bit verbose, I was thinking about something that would not conflict with other stuff (just `fa` sounds like related to FontAwesome, etc.)

Personally I prefer snake_case and/or kebab-case for naming stuff in projects over CamelCase Maybe slight suggestion for sake of clarity, use `fancy` as prefix always, including Fancybox (so something like...

Can confirm what @PratkinV said, Firefox refuses to do edge-scrolling when `scrollbar-width` on `.os-viewport` is set to `none`. Setting it to `thin` and setting `scrollbar-color` to `transparent` + whatever the...

In case someone stumbles across this like I did, I figured it out. You need to set the "banana" emoji property to null, then you can call Splitting again So...

Testing in playground, you can do naming like "1-index.twig", "2-hub.twig" and it should work

@patrick-hintermayer Could you please share what was your work-around solution to this issue?