You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the case of a bug report, I understand that providing a SSCCE example is tremendously useful to the maintainers.
Description
It would be really helpful if DefaultTemplate was exported or added to the registry object. As far as I can tell, it's impossible to use the DefaultTemplate in a custom field.
My preference would be to ensure that registry.FieldTemplate has a default value (which would be DefaultTemplate.
Steps to Reproduce
Create a custom field.
Try to wrap it in the DefaultTemplate.
Expected behavior
Be able to wrap custom fields in the DefaultTemplate or the defined custom field template.
Actual behavior
Cannot access the DefaultTemplate.
Version
1.0.2
The text was updated successfully, but these errors were encountered:
davidbarratt
changed the title
export DefaultTemplate
export DefaultTemplate or add to the registry object
Jun 9, 2018
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
Description
It would be really helpful if
DefaultTemplate
was exported or added to the registry object. As far as I can tell, it's impossible to use theDefaultTemplate
in a custom field.My preference would be to ensure that
registry.FieldTemplate
has a default value (which would beDefaultTemplate
.Steps to Reproduce
DefaultTemplate
.Expected behavior
Be able to wrap custom fields in the
DefaultTemplate
or the defined custom field template.Actual behavior
Cannot access the
DefaultTemplate
.Version
1.0.2
The text was updated successfully, but these errors were encountered: