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

    Function inputId

    • Build a stable, unique input ID from the path.

      Re-exported alias for fieldDomId so external Vue themes import a name parallel to the React adapter's inputId export. Both the React and Vue renderers (and the HTML pipeline) must derive the same id from the same path — fieldDomId in core/idPath.ts is the canonical implementation.

      Parameters

      • path: string

      Returns string