Signal Forms and Prime Components - p-select #4648
-
|
Is there a roadmap for Signal Forms and Primeng? I see some components work well, but p-select gives the error: Type 'readonly RegExp[]' is not assignable to type 'string The TS is something like testData = signal(test_init); inputData = form(this.testData); with the html component <p-select [formField]="this.inputData.name_string" |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Signal Forms are not officially supported as it is an experimental API that changes regularly. We'll work on Signal Forms support once it leaves experimental stage, probably in v22. |
Beta Was this translation helpful? Give feedback.
-
|
I'm using this trick, for every form element i use native html, & then add pInputText directive. I found that pInputText supports [formField] very well, plus it keeps the primeng design : primeng version : 21.1.6 |
Beta Was this translation helpful? Give feedback.
Signal Forms are not officially supported as it is an experimental API that changes regularly. We'll work on Signal Forms support once it leaves experimental stage, probably in v22.