Skip to content
#

reactive-forms

Here are 279 public repositories matching this topic...

vue-dynamic-forms
federico-ntr
federico-ntr commented May 21, 2021

Describe the bug
Documentation states material theme can be customized, specifying custom variables like $theme-color. This isn't working and I guess it's because most of the variables don't have the !default keyword.

My code
main.js:

...
import './styles/main.scss';
...

main.scss:

$theme-color: #00a370;

@import '~@asigloo/vue-dynamic-forms/src
bug good first issue
MrBasque
MrBasque commented Nov 25, 2020

Hi, thanks for this nice package.
However, we are currently unable to generate a form due to the following error:

node_modules\@verizonconnect\ngx-form-generator\dist\generator-lib.js:59
  const fields = Object.keys(definition.properties);
                        ^
TypeError: Cannot convert undefined or null to object

Our swagger.json contains several definitions that are struc

enhancement good first issue help wanted

Improve this page

Add a description, image, and links to the reactive-forms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reactive-forms topic, visit your repo's landing page and select "manage topics."

Learn more