Arthur Shlain

Results 7 comments of Arthur Shlain

Possible to make div inside parent div draggable in one way? For example, swipe push to the left/right side, hide notification at bottom of page by swipe down gesture...

Same issue, but i'm trying to make optional `+` sign in phone number. Nothing happens on type with value `?+# ### ###-##-##` I also trying to make function that check...

Deprecation Warning: This mixin has been deprecated and will be removed in v5.0. https://www.bourbon.io/docs/4/

I trying to make something like that for my project, but it's too crude to publish. I can suggest some parameters for future component: - ```:force-output="true"``` - on typing, the...

I like this work, it looks as it should be: https://codesandbox.io/s/0x608nxo10

I have similar issue. I want to use whole vertical space under sortable column as droppable area. ![image](https://github.com/SortableJS/Sortable/assets/2047645/404604cc-47dd-4568-96df-d70c25f4df4e) I found a possible solution by using before element: ```css .my-sortable-area {...

Not working if clickable element is inside option template. In my case i trying to add option colors list like Notion: ![image](https://user-images.githubusercontent.com/2047645/101941226-80e81e00-3c09-11eb-91d5-3c876a354827.png)