-
Notifications
You must be signed in to change notification settings - Fork 169
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
Form Field CLI command not correct in docs #351
Comments
@goetzrobin should the docs be updated or the
|
@marcjulian let's keep it the same as the others. how does e.g. aspectratio do it? |
Aspect ratio uses
For Form Field that would mean to rename the command and also the import path. Do you want to keep the dash between
or
|
@SimonHenz97 when I run the command Not sure if this is related. I am also using "@spartan-ng/cli": "0.0.1-alpha.361" Perhaps |
…ng#365,spartan-ng#358,spartan-ng#351) - remove unused code - change docs from form-field to formfield - add ui-form-field-brain and ui-forms-brain into supported ui libraries
…#369) * fix(form-field): add form field brain into peerDependencies (#365,#358,#351) - remove unused code - change docs from form-field to formfield - add ui-form-field-brain and ui-forms-brain into supported ui libraries * fix(form-field): run linter * fix(form-field): update supported UI libraries - form field brain and forms brain * feat(form-field): add UI form field test
…spartan-ng#369) * fix(form-field): add form field brain into peerDependencies (spartan-ng#365,spartan-ng#358,spartan-ng#351) - remove unused code - change docs from form-field to formfield - add ui-form-field-brain and ui-forms-brain into supported ui libraries * fix(form-field): run linter * fix(form-field): update supported UI libraries - form field brain and forms brain * feat(form-field): add UI form field test
Please provide the environment you discovered this bug in.
Add Form Field component with
npx nx g @spartan-ng/cli:ui form-field
should request a directory and add the component.Instead the CLI prompts "Choose which primitives you want to copy...."
Looks like
form-field
is not available in the CLI, insteadformfield
.Which area/package is the issue in?
Docs
Description
Should update docs or CLI to use the correct name for the Form Field component.
Please provide the exception or error you saw
No response
Other information
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: