When my model has a property @var int the loading of edit and view fails. Expose looks for Private/Partials/Form/Field/int.html
When I change the annotation to @var integer Expose works again. Using the int annotation works correctly for Flow, I think it should for Expose as well.
When my model has a property @var int the loading of edit and view fails. Expose looks for Private/Partials/Form/Field/int.html
When I change the annotation to @var integer Expose works again. Using the int annotation works correctly for Flow, I think it should for Expose as well.