👋 Hey team! Need some help with text overflow in a Select component
Current Behavior: - Using a Select component from [library name] for CIIU options - Long option labels are causing overflow issues despite using overflow and word break pro read more
Hi @NelsonS ,
The dropdown width is set by your longest label in the options array. The component doesn't offer wordbreak or overflow options....read more
Hello. I've been sharing EDM for each product update to our subscribed user base. I want to add links to previous EDMs on a "product updates' page in our application. How do I do that? Thanks for your help.
There is currently a bug surrounding the DescriptionList component. When rendered, independent of being direction="column" or direction="row", it displays as column. I updated the code to column, then back to row in an attempt to "turn it off then b read more
Hi, for the past few hours, i've been trying to pull information from my listings CRM object into a custom module. It has so far only worked with the "products" CRM object, but not the listings one. Why could this be? This is the code i'm using jus read more
Hey @Thoumii If you are on content hub professional you could use graphql . I can see that the object is available in the GraphiQL tool from hub...read more
Is it possible to use HubSpot Quote template preview in an Iframe within a HubSpot UI Extension card? I want to avoid redirecting the user to the HubSpot quote wizard and instead display the same quote preview directly in the UI extension. Has anyon read more
Hi I am working on a custom module for a resource centre. I have added a text field that adds a category to the resource listing card and also adds it to the filter dropdown. I have got a single category to display in the card and filter list. read more
Hello I am using python API client to associate a contact with a deal deal_id = de_api_resp["id"]
contact_id = contact_found.id
association = PublicAssociation(
_from=contact_id,
to=deal_id
)
api_client.crm.associations.batch_api.cre read more
Hey, @christos_jubile 👋 I hope you were able to get this resolved. If not, one thing I'd check is this line:
batch_input_public_association=[...read more
Hello I am creating Deal suing API and it was creating but I need help on creating a deal with a link to contact as per the below documentation. https://developers.hubspot.com/docs/api/crm/deals associations: [ { to: {id: '101'}, types: [{asso read more
Hello @ESalas7 Thank you for the response. if possible can you give me a example code for any of the languages it will really help. Thank Yo...read more
Hello guys! Hope everything's going well. I have an Sticky Global Header set up on my website theme with this CSS: .header { background-color: {{ header_bg_color }}; width: 100%; background-color: #121727; position: fixed; z-index: 100; } And read more
Hi, @DEsteva 👋 I checked the documentation, but didn't find an option or way to change this behaviour. Unless there's a community member with a ...read more
Hello friends! I we are re using modules that we call on sesions, we haven't figure out how to change the styles, fonts and other css features on the sections, on what tag can we do it and how?, columns, rows, sections? thank you so much for answeri read more
Hi @HorusChild ,
if you want to add/modify modules you have several approaches:
modify/extending the module functionality (almost endless cus...read more