govuk-frontend
    Preparing search index...

    Interface ButtonConfig

    interface ButtonConfig {
        preventDoubleClick?: boolean;
    }
    Index

    Properties

    preventDoubleClick?: boolean

    Prevent accidental double clicks on submit buttons from submitting forms multiple times.