0
balessi75 created
ABP Commercial 7.2.1 / Blazor Server / EF / Non tiered / Separate Host and Tenant DBs / Lepton Theme
Hi, We are using the Lepton theme in ABP Commercial w/Blazor and we noticed that on mobile displays, the search button on the tenant management page is often extending outside of it's containing card component.
Any ideas or workarounds are greatly appreciated.
Thanks in advance, Brian
4 Answer(s)
-
0
hi
I will check this.
-
0
hi
We will fix it in the next version.
<Addons> <Addon AddonType="AddonType.Body"> <TextEdit Placeholder="@L["Search"]" @bind-Text="@GetListInput.Filter" Autofocus="true" /> </Addon> <Addon AddonType="AddonType.End"> <SubmitButton Type="ButtonType.Button" Clicked="@SearchEntitiesAsync"> <Icon Name="IconName.Search" /> </SubmitButton> </Addon> </Addons>
-
0
Thanks @maliming,
This looks good :-)
-
0
: )