You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MaterialDesignFrameworkModule — Material Design with Angular Framework
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
I am using Angular 18 with angular material and Flex-layout and also using JsonSchemaFormModule,
MaterialDesignFrameworkModule from 'ajsf/core' library.
--> I am facing issue is am not able to add custom widget along with current behavior
In Custom widget want to add description field and also want to add toggle button control wherever default value is present in schema. Make those field disabled which are having defaults and not having data.
Expected behavior
Wherever data is not present we can show user default value with disabled field
if he want to change
default value then he enable the field by toggle button and enter his own input value.
Suppose he don't want to enter default value then field must be in disabled form.
We also need to show description key as well in our UI.
Kindly help me how can resolve this issue
Screenshots
I added screenshot along this issue how expected out should be.
Desktop (please complete the following information):
OS: [e.g. iOS]
Browser [e.g. chrome, safari]
Version [e.g. 22]
Log output covering before error and any error statements
Insert log hereCopy
Additional context
Add any other context about the problem here.
Detailed Description
Context
Possible Implementation
The text was updated successfully, but these errors were encountered:
Describe the bug
which template:
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
MaterialDesignFrameworkModule from 'ajsf/core' library.
--> I am facing issue is am not able to add custom widget along with current behavior
In Custom widget want to add description field and also want to add toggle button control wherever default value is present in schema. Make those field disabled which are having defaults and not having data.
Expected behavior
Wherever data is not present we can show user default value with disabled field
if he want to change
default value then he enable the field by toggle button and enter his own input value.
Suppose he don't want to enter default value then field must be in disabled form.
We also need to show description key as well in our UI.
Kindly help me how can resolve this issue
Screenshots
I added screenshot along this issue how expected out should be.
Desktop (please complete the following information):
Log output covering before error and any error statements
Additional context
Add any other context about the problem here.
Detailed Description
Context
Possible Implementation
The text was updated successfully, but these errors were encountered: