You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone is it possible to make my component draggable only from the iconButton at the left? As shown in the video I managed to make it clickable so now I can expand it. I want to make it draggable only from the left side and not the whole box.
Screen.Recording.2024-01-25.at.10.19.54.AM.mov
My approach is similar to the form builder discussion.
exportconstfields=[{type: "warmup",title: "Warmup",image: <imgsrc={warmupStep}alt="warm-up"/>,},];// These define how we render the fieldexportconstrenderers={warmup: ()=><StepComponentstepTitle="Warmup"/>,
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone is it possible to make my component draggable only from the iconButton at the left? As shown in the video I managed to make it clickable so now I can expand it. I want to make it draggable only from the left side and not the whole box.
Screen.Recording.2024-01-25.at.10.19.54.AM.mov
My approach is similar to the form builder discussion.
Here is a part of my Canvas File
And here are my fields
Similar code with Form Builder
Beta Was this translation helpful? Give feedback.
All reactions