Is it possible to take string field in field group and make it rich text editor? I don’t see where I can change the field type under field group itm.
I have a form with picker under field group. I want to add custom action to the picker (inside the field group).
This, as far as I understand works only outside of field group. Possible?
Regarding PickerField, it’s the default component to represent the related entity, so in this case, you can inject the corresponding field and add required actions programmatically rather than replace it with the custom field.
Thank you. that was working.
Do you know how to set the width 100%? because setWidth("100%") not wroking. should I create the field inside column and set the column to 100% width (programatically)?
if so, how? I don’t see it in the documentation.
Thanks again.
Could you please create a separate topic for this question, as your question isn’t related to this topic and it’s hard to search an answer for users with the same problem.