Fix style and condition
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 54s
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 54s
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
|
padding: 0 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::deep input[type="date"]::-webkit-calendar-picker-indicator {
|
::deep input[type="date"]::-webkit-calendar-picker-indicator {
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ public partial class SelectSearch<TItem>
|
|||||||
|
|
||||||
protected override void OnAfterRender(bool firstRender)
|
protected override void OnAfterRender(bool firstRender)
|
||||||
{
|
{
|
||||||
if (Values != null)
|
if (firstRender && Values != null)
|
||||||
{
|
{
|
||||||
SearchInput?.SetText(string.Join(", ", Values.Select(GetLabel)));
|
SearchInput?.SetText(string.Join(", ", Values.Select(GetLabel)));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user