Reg93

Results 8 comments of Reg93

> this sounds like a very custom requirements. In fact you could design the answers in a way that you can split them ... like use a newline character and...

I have params: ``` slidesPerView={5} initialSlide={initialSLideTwo} direction={'vertical'} loop={true} modules={[Navigation]} onSlideChange={(slide) => handleSlideChange(slide, 2)} centeredSlides={true} navigation={true} ``` and i had same problem. I add centeredSlidesBounds. It shouldn't work as documentation says,...

> Привет, вы можете сделать это, переопределив CSS кнопки флага, как я пытался превратить треугольник в стрелку. > > .selected-flag { .arrow { влево: 26 пикселей; ширина: 6 пикселей; высота:...

Sorry for the view of code. No idea why part of that is not marked as code

I also have a problem with Swap. It works incorrect between groups, but inside groups it works right. In console levels are right, but it renders wrong. https://codesandbox.io/s/relaxed-wing-j49qd7?file=/src/App.js

> The code you added to the initial post is just changing the answer given back. I understood you want to have "two answers". > > The whole system right...

> Hi @Reg93 , > > you could use a custom action to implement that behaviour and/or use bot orchrestation (see #715) Thank you! i will check it

> Multiline code should be wrapped in tripple backticks: `` ``` /* multiline code here */ ``` `` That way they will be shown fine. You can also add file...