• minal Shah 8
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
For example if my company domain id having a heavy rules for various restriction , how would  email flow from salesforce will behave
Hi Team, Can you please suggest how to add a new line in the Lightning:Radio group value? I have below code and I want to add a new line value attribute.

 <lightning:radioGroup name="Select a record type"
                                              label="Select a record type"
                                              options="{! v.lstOfRecordType }"
                                              value="{! v.value }"
                                              type="radio"
                                              class="RecordTypeLeftAlign"/>

I want to achieve someting like :

 <lightning:radioGroup name="Select a record type"
                                              label="Select a record type"
                                              options="{! v.lstOfRecordType }"
                                              value="{! v.value } \n Description of the value"
                                              type="radio"
                                              class="RecordTypeLeftAlign"/>

 
Hi Team, Can you please suggest how to add a new line in the Lightning:Radio group value? I have below code and I want to add a new line value attribute.

 <lightning:radioGroup name="Select a record type"
                                              label="Select a record type"
                                              options="{! v.lstOfRecordType }"
                                              value="{! v.value }"
                                              type="radio"
                                              class="RecordTypeLeftAlign"/>

I want to achieve someting like :

 <lightning:radioGroup name="Select a record type"
                                              label="Select a record type"
                                              options="{! v.lstOfRecordType }"
                                              value="{! v.value } \n Description of the value"
                                              type="radio"
                                              class="RecordTypeLeftAlign"/>

 
For example if my company domain id having a heavy rules for various restriction , how would  email flow from salesforce will behave