mobx-sentinel API doc
    Preparing search index...

    Binding for label elements

    Key features:

    • Associates labels with form fields
    • Supports multiple field associations
    • Shows error states from associated fields

    Implements

    • FormBinding
    Index

    Constructors

    Properties

    Accessors

    Constructors

    Properties

    Accessors

    • get props(): {
          "aria-errormessage": undefined
          | string;
          "aria-invalid": boolean;
          htmlFor: undefined | string;
      }

      Binding properties which passed to the view component

      Returns {
          "aria-errormessage": undefined | string;
          "aria-invalid": boolean;
          htmlFor: undefined | string;
      }