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
According to the conversation in slack, additional ngxsForm directive features have been requested.
The user has requested the ability to control the form.patchValue method parameters via the directive inputs.
Describe the problem you are trying to solve
The user has described the situation as follows:
We are patching the model in our form state manually or via UpdateForm action (it doen't matter which way we are using) and the form directive listens on model changes inside the state and patches the changed value to the formGroup. This patch to the formGroup emits the value changed directly. In some cases it emits the previous value instead of the new value.
Describe the solution you'd like
Implement the ability to control the form.patchValue method parameters called in the ngxsForm directive via the directive inputs:
This discussion was converted from issue #1839 on August 07, 2022 07:51.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Relevant Package
This feature request is for @ngxs/form-plugin, ngxsForm directive.
Description
According to the conversation in slack, additional ngxsForm directive features have been requested.
The user has requested the ability to control the form.patchValue method parameters via the directive inputs.
Describe the problem you are trying to solve
The user has described the situation as follows:
Describe the solution you'd like
Implement the ability to control the form.patchValue method parameters called in the ngxsForm directive via the directive inputs:
Describe alternatives you've considered
N/A
Beta Was this translation helpful? Give feedback.
All reactions