Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Options applied to * doesn't work #252

Open
1 of 5 tasks
effaamponsah opened this issue Feb 15, 2021 · 0 comments
Open
1 of 5 tasks

Options applied to * doesn't work #252

effaamponsah opened this issue Feb 15, 2021 · 0 comments

Comments

@effaamponsah
Copy link

effaamponsah commented Feb 15, 2021

Describe the bug
which template:

  • Bootstrap4FrameworkModule — Bootstrap 4
  • MaterialDesignFrameworkModule — Material Design
  • Bootstrap3FrameworkModule — Bootstrap 3
  • NoFrameworkModule — plain HTML
  • Other (please specify below)

A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

formlayout= [
  {
    key: "*",
    notitle: true,
    fieldHtmlClass: "ml-3"
    .......
  }
]
<json-schema-form
....
[layout]="formlayout">
</json-schema-form>

Expected behavior
I expect that each input field to have no title and should have margin-left as well.

Possible Implementation

When * is used in layout, options applied to it should apply to each item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant