The <fb-code> Component

It is a component of the field for entering code. It can be located only within the <form-builder> component.

Note! auto-submit property is removed use the same property on the <form-builder> itself

Here is a visual presentation of this component.

fb-code

Components

Example

<form-builder url="/api-url">
    <fb-code name="code"></fb-code>
</form-builder>

@vue @endvue

Component properties

Name Type Default Description
name(*) String undefined Field identifier in the data object
id Number undefined Sequence number within the <fb-multi-block> component
length Number 6 Number of digits in the code
enter-skip Boolean false Skip field when switching by the enter button
focus Boolean false Set focus on this field when loading a page
© 2019 - Proudly powered on Awes.IO Platform