VMelnalksnis / Gnomeshade

Self-hosted personal finance tracker
http://www.gnomeshade.org/
GNU Affero General Public License v3.0
32 stars 5 forks source link

Nullable values are displayed with placeholder text #1323

Closed VMelnalksnis closed 3 months ago

VMelnalksnis commented 3 months ago

Describe the bug When Nullable<T> is null, a placeholder text is displayed instead of the text box being empty.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots image

Additional context: Introduced in #1314