Skip to content

SiIp6InputDirective documentation

selectorexported-as
input[siIpV6]siIpV6

Directive for IPv6 address input fields.

Usage:

import { SiFormItemComponent } from '@siemens/element-ng/form';
import { SiIp6InputDirective } from '@siemens/element-ng/ip-input';

@Component({
  template: `
    <si-form-item label="IPv6 address">
      <input type="text" class="form-control" siIpV6 />
    </si-form-item>
  `,
  imports: [SiFormItemComponent, SiIp6InputDirective, ...]
})

Input Properties

NameTypeDefaultDescription
cidr
booleanfalseEnable CIDR (Classless Inter-Domain Routing) notation.
disabled
booleanfalseWhether the ip address input is disabled.
id
stringsi-ip-input-${SiIpInputDirective.idCounter++}

Types Documentation

No types to document for items on this page.


Except where otherwise noted, content on this site is licensed under MIT License.