deck9 / input

A privacy-focused, no-code, open-source form builder designed for simplicity and brand consistency.
https://getinput.co
GNU Affero General Public License v3.0
163 stars 27 forks source link

Adds native input types to basic input fields with validation #40

Closed PhilReinking closed 1 year ago

PhilReinking commented 1 year ago

Before, we had all inputs like this:

<input type="text" />

This PR changes the input type based on the selected block type. For example, if we have an input with email validation we now use <input type="email" />