Flarum (v2.0.0-beta.3)
    Preparing search index...
    HTMLInputTypes:
        | "button"
        | "checkbox"
        | "color"
        | "date"
        | "datetime-local"
        | "email"
        | "file"
        | "hidden"
        | "image"
        | "month"
        | "number"
        | "password"
        | "radio"
        | "range"
        | "reset"
        | "search"
        | "submit"
        | "tel"
        | "text"
        | "time"
        | "url"
        | "week"

    A type that matches any valid value for the type attribute on an HTML <input> element.