Hi
When i change the email field in the Forms/Layout/Titles example as follows
{ name: "email",
title: "Email",
type: "staticText",
defaultValue: "bob@isomorphic.com"
}
I expect the email to be selectable, but it is not.
Playing around with canSelectText and readOnlyCanSelectText does not help either.
This happens with the current version 13.0-p20230315
In version 13.0-p20220628 static text was selectable.
Regards, Bruno
When i change the email field in the Forms/Layout/Titles example as follows
{ name: "email",
title: "Email",
type: "staticText",
defaultValue: "bob@isomorphic.com"
}
I expect the email to be selectable, but it is not.
Playing around with canSelectText and readOnlyCanSelectText does not help either.
This happens with the current version 13.0-p20230315
In version 13.0-p20220628 static text was selectable.
Regards, Bruno
Comment