LWC in Flow screen not retaining default property values

 LWC in Flow screen not retaining default property values -


If you try to set the defaults in your component's configuration file it wont retain.

Flow does not yet support the default attribute on the Property element in the LWC configuration file.


Workaround:

To use defaults with Flow, set them in your code and not in your configuration file.

Comments