Skip to content

NationalIdentityNumber

Demos

Empty

<Value.NationalIdentityNumber showEmpty />

Placeholder

<Value.NationalIdentityNumber placeholder="The value was not filled in" />

Value

250175 98765
<Value.NationalIdentityNumber value="25017598765" />

Label

<Value.NationalIdentityNumber label="Label text" showEmpty />

Label and value

250175 98765
<Value.NationalIdentityNumber label="Label text" value="25017598765" />

Inline

This is before the component250175 98765This is after the component

<p>
This is before the component
<Value.NationalIdentityNumber value="25017598765" inline />
This is after the component
</p>