@aurodesignsystem-dev/auro-formkit 0.0.0-pr1048.0 → 0.0.0-pr1048.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -389,10 +389,10 @@ The custom display value content is inserted using `slot="displayValue"` on each
|
|
|
389
389
|
|
|
390
390
|
The following example demonstrates menu options with an icon and text. When selected, the auro-select renders an icon with no text.
|
|
391
391
|
|
|
392
|
-
<div class="exampleWrapper
|
|
392
|
+
<div class="exampleWrapper">
|
|
393
393
|
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/emphasized/constantDisplayValue.html) -->
|
|
394
394
|
<!-- The below content is automatically added from ./../apiExamples/emphasized/constantDisplayValue.html -->
|
|
395
|
-
<auro-select layout="emphasized" shape="pill" size="xl" value="flights"
|
|
395
|
+
<auro-select layout="emphasized" shape="pill" size="xl" value="flights" forceDisplayValue style="display:inline-block;">
|
|
396
396
|
<span slot="label">Select Example</span>
|
|
397
397
|
<auro-menu nocheckmark>
|
|
398
398
|
<auro-menuoption value="flights">
|
|
@@ -425,7 +425,7 @@ The following example demonstrates menu options with an icon and text. When sele
|
|
|
425
425
|
<!-- The below code snippet is automatically added from ./../apiExamples/emphasized/constantDisplayValue.html -->
|
|
426
426
|
|
|
427
427
|
```html
|
|
428
|
-
<auro-select layout="emphasized" shape="pill" size="xl" value="flights"
|
|
428
|
+
<auro-select layout="emphasized" shape="pill" size="xl" value="flights" forceDisplayValue style="display:inline-block;">
|
|
429
429
|
<span slot="label">Select Example</span>
|
|
430
430
|
<auro-menu nocheckmark>
|
|
431
431
|
<auro-menuoption value="flights">
|
package/package.json
CHANGED