This commit is contained in:
Matt Lauber
2015-11-13 07:53:47 -05:00
parent 75380c56cc
commit 1569090046
@@ -5,7 +5,6 @@ tags: Widgets
title: SelectWidget
type: text/vnd.tiddlywiki
! Introduction
The select widget displays a popup menu based on a [[HTML select element|https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select]]. The popup (or dropdown) contains a list of items defined by `<option>` and `<optgroup>` elements.