We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf3452 commit cdd419bCopy full SHA for cdd419b
src/BootstrapBlazor/Components/Select/Select.razor.scss
@@ -121,7 +121,8 @@
121
transform: rotate(0);
122
}
123
124
-.select {
+.select,
125
+.auto-complete {
126
.clear-icon {
127
position: absolute;
128
height: 100%;
src/BootstrapBlazor/Components/Select/SelectBase.cs
@@ -204,7 +204,7 @@ protected override void OnParametersSet()
204
private bool IsNullable() => !ValueType.IsValueType || NullableUnderlyingType != null;
205
206
/// <summary>
207
- ///
+ /// Gets whether show the clear button.
208
/// </summary>
209
/// <returns></returns>
210
protected bool GetClearable() => IsClearable && !IsDisabled && IsNullable();
0 commit comments