Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KbaCreateCallbackRenderer

Renders a dropdown of suggested questions with an option for "Custom Question". The question that corresponds to the kbaIndex constructor parameter value is selected by default. If the user changes the selection to "Custom Question", a text input box is dynamically displayed.

This renderer also adds a text input box for capturing an answer to the security question.

The callback prompt will only be rendered if this is the first KBA callback in the step.

Hierarchy

  • KbaCreateCallbackRenderer

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

destroy

  • destroy(): void

focus

  • focus(): void

isValid

  • isValid(): boolean

render

  • render(): HTMLDivElement