Hi, is it possible to access the custom field option from inside Angular?
We have created a custom fieldType but want to set some options.
In this case i just want to pass a Dictionary of string to my custom fileld to be used for some api logic.
This is not the way to do it?
Litium version: 8
Is option null when you debug?
yes its null. The value was added on initially, since i guess that we cant add/change options after the field is created.
Should there be a way to read the option added?
Will it work if you create the field as TextOption, like the Color field in Src\Litium.Accelerator\Definitions\Products\ProductsFieldDefinitionSetup.cs?