Hello!
I created this component with a list item text box and a button inside a tooltip
I want to be able to add more list items in an instance of the component depending on the content of the tooltip, but it’s saying that pasting is not allowed in the instance due to the tooltip being a component, so in an instance I can’t copy the list item to add a new line to the list auto-layout
Is there a way to fix this?
The text box, button, and the tooltip with both are all separate components
You can add more items in main component and hide/unhide them in instances when it’s needed
ok I did this but wanted to make sure there wasn’t a better way to do it, it’s hard to guestimate how many list items we’ll need
Yes, you can’t add or remove anything from component instance, only in main component.
Tooltips usually don’t contains a lot of information, but even if you initially add an insufficient amount, you can always add more later.
yeah for this one it would probs be ok but we have a more complicated tooltip that we are working on that currently has a carousel in it (like the user can scroll left and right to go thru the calendar days but it is in a tooltip) so not sure if that’s the best way to do that either, we may need to use a different design pattern
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.