Update frontmatter data

This commit is contained in:
Angelos Chalaris
2023-04-28 22:19:13 +03:00
parent 6d5cd56327
commit 7efb072407
78 changed files with 234 additions and 204 deletions

View File

@ -1,9 +1,9 @@
---
title: Uncontrolled select element
tags: components,input
type: snippet
tags: [components,input]
cover: down-the-stream
firstSeen: 2018-12-10T10:48:03+02:00
lastUpdated: 2020-11-25T20:46:35+02:00
dateModified: 2020-11-25T20:46:35+02:00
---
Renders an uncontrolled `<select>` element that uses a callback function to pass its value to the parent component.