Giter Club home page Giter Club logo

Comments (6)

jonny-xhl avatar jonny-xhl commented on June 22, 2024

When I change abp-button to button and add class then show normal.
image

from abp.settingui.

wakuflair avatar wakuflair commented on June 22, 2024

Something is wrong, I'll look at it.

from abp.settingui.

jonny-xhl avatar jonny-xhl commented on June 22, 2024

I provide code blocks for reference.
Change the ViewComponent view tag-helper to element.

<div class="card">
            <div class="card-header">
                <h4>@L[group.Key]</h4>
            </div>
            <div class="card-body">
                @foreach (var settingHtmlInfo in group)
                {
                    <label for="@settingHtmlInfo.Name">@settingHtmlInfo.DisplayName</label>
                    @await Html.PartialAsync($"~/Pages/Components/Partials/_{settingHtmlInfo.Type.ToPascalCase()}.cshtml", settingHtmlInfo)
                }
                <button type="submit" class="btn btn-primary float-right">@L["Save"].Value</button>
            </div>
</div>

from abp.settingui.

wakuflair avatar wakuflair commented on June 22, 2024

OK. I fixed it.

The reason is because the abp tag helpers are not imported.
So all the abp- tag helpers didn't work.(not only the abp-button, but also abp-card, eg.)

Now they worked as expected:
image

I will release a new version to solve this issue, Thank you for using this module.

from abp.settingui.

wakuflair avatar wakuflair commented on June 22, 2024

Hi @jonny-xhl
The new packags v1.0.7 have been released, please update to check if the issue is resolved.
Feel free to comment if there's still anything wrong.

from abp.settingui.

jonny-xhl avatar jonny-xhl commented on June 22, 2024

Hi @jonny-xhl
The new packags v1.0.7 have been released, please update to check if the issue is resolved.
Feel free to comment if there's still anything wrong.

Ok,thks.

from abp.settingui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.