Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect <input> type for Date Picker example
Date Picker requires `type="text"`, but it was set to `type="date"` in the example (the actual component had the correct type).
- Loading branch information