Ouvert Fermé

Tenant search button positioning issue #5822


User avatar
0
balessi75 créé

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 Réponse (s)
  • User Avatar
    0
    maliming créé
    Équipe d'assistance Fullstack Developer

    hi

    I will check this.

  • User Avatar
    0
    maliming créé
    Équipe d'assistance Fullstack Developer

    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>
    

  • User Avatar
    0
    balessi75 créé

    Thanks @maliming,

    This looks good :-)

  • User Avatar
    0
    maliming créé
    Équipe d'assistance Fullstack Developer

    : )

Made with ❤️ on ABP v8.2.0-preview Updated on mars 25, 2024, 15:11