You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <strong>EnumInput</strong> component can be rendered in various sizes to fit different UI requirements.
35
+
<br />
36
+
<strong>How to use:</strong>
37
+
<divclass="content mb-2">
38
+
<ol>
39
+
<li>Set the <code>Size</code> parameter to one of the <code>EnumInputSize</code> values (<code>Small</code>, <code>Normal</code>, <code>Large</code>).</li>
40
+
<li>Bind the selected value as needed.</li>
41
+
</ol>
42
+
</div>
43
+
This demo shows how to display EnumInput in different sizes for flexible layout integration.
privateconststringpageDescription="The Blazor Bootstrap EnumInput component renders a dropdown list from an enumeration (enum), enabling users to select from a predefined set of options. It simplifies data entry by binding directly to enum types and supports customization with colors, sizes, and states.";
privateconststringmetaDescription="The Blazor Bootstrap EnumInput component renders a dropdown list from an enumeration (enum), enabling users to select from a predefined set of options. It simplifies data entry by binding directly to enum types and supports customization with colors, sizes, and states.";
0 commit comments