CMS Development

JamesR_INT
Participant

DescriptionList UI Component Bug

SOLVE

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 back on again" but with no success. 

 

 

<DescriptionList direction="row">
  <DescriptionListItem label={'Timezone'}><Text>{station.timezone || ''}</Text></DescriptionListItem>
  <DescriptionListItem label={'Licensee City'}><Text>{station.address_licensee_city || ''}</Text></DescriptionListItem>
  <DescriptionListItem label={'Licensee State'}><Text>{station.address_licensee_state || ''}</Text></DescriptionListItem>
  <DescriptionListItem label={'County'}><Text>{station.county || ''}</Text></DescriptionListItem>
</DescriptionList>

 


When rendering the .jsx code inside a card located on a CRM record like Company, it appears like this:

JamesR_INT_0-1738713675868.png


See: https://developers.hubspot.com/docs/reference/ui-components/standard-components/description-list

Edit: I have confirmed a couple times that the code is live on our project. The cards in question have not been updated in weeks/months and all of a sudden this morning US time they changed direction. 

0 Upvotes
1 Accepted solution
JamesR_INT
Solution
Participant

DescriptionList UI Component Bug

SOLVE

This has been resolved, per the dev team at Hubspot. 

View solution in original post

0 Upvotes
1 Reply 1
JamesR_INT
Solution
Participant

DescriptionList UI Component Bug

SOLVE

This has been resolved, per the dev team at Hubspot. 

0 Upvotes