MetaMorphic-Digital / complete-card-management

A FVTT module that allows users to manipulate cards as part of the canvas
2 stars 0 forks source link

Remove value on card's "Rotation" field if falsy. #53

Closed krbz999 closed 3 months ago

krbz999 commented 3 months ago

Small visual change to display nothing but the placeholder in the 'Rotation' field if the card's rotation is null or 0.

This works around a core issue (already reported) where null can never be displayed when using {{formGroup}} with a number field.