1. Search input type

    Search field form input type. Intended to look like the underlying platform's native search field widget (if there is one). Other than its appearance, it's the same as an `<input type="text">`.

  2. css selector: `:placeholder-shown`: support on non-`type="text"` elements (such as `type="number"` or `type="time"`)

  3. html element: input: `type="text"`