and-rad / heyapple

Food & nutrient tracker, recipe manager, shopping list generator
https://heyapple.org
GNU Affero General Public License v3.0
1 stars 0 forks source link

Use input fields that match the data #26

Closed and-rad closed 2 years ago

and-rad commented 2 years ago

Most input fields used across the app are of type "text". This is very unspecific and doesn't make use of platform-native rendering and validation. We should use types that fit the data better.

and-rad commented 2 years ago

Done with commit 6e5a1a07d5cac92d0e72971b4e38dcb63a62884c.