schema-components - v3.7.0
    Preparing search index...

    Function dateInputType

    • Map a JSON Schema string format to the matching HTML <input type="…"> value, or undefined when the format does not correspond to a date/time input. Shared by the HTML and headless React renderers so a single mapping table governs both pipelines.

      Parameters

      • format: string | undefined

      Returns string | undefined