Jump to content
Search Community

waldrus

Premium
  • Posts

    3
  • Joined

  • Last visited

About waldrus

waldrus's Achievements

  1. Thank you Jack (and Cassie!), I appreciate you both jumping in here. Yes, the const clickableTagExp = /^(?:a|input|textarea|button|select)$/i; is a great solution for me moving forward. Thanks again
  2. I am looking to have a form-modal presented using the Draggable plugin. However - I've been encountering an issue where the form fields are not intractable (I suspect due to the inline `style="touch-action: none;"` style that is embedded into all children of the Draggable element) My approach to get around this was to create a "handle" element, a child that acts as the point of contact when dragging the parent, so that only it's children would receive the `touch-action` attributes. Is this a sound approach? If so, I keep hitting a point where both the handle and the parent are being dragged - and transform attributes are being applied to both elements. I do not want the handle to ever change its relative position to the parent... But at the moment they're dragging, and accelerating, at different speeds Any insight would be appreciated, thank you https://codesandbox.io/s/musing-cartwright-t8x4wb?file=/src/App.tsx
  3. I am looking to make something similar to the borders found on the Kombu website, however I'm having difficulty getting started. Does anyone have suggestions on how to implement such a feature? laminar_border.mov
×
×
  • Create New...