Real

ORealInputComponent

Directive: o-real-input

Inherited inputs

  • from FormDataComponent:
    • attr
    • automatic-binding
    • automatic-registering
    • clear-button
    • data
    • enabled
    • hide-required-marker
    • label
    • label-visible
    • read-only
    • required
    • select-all-on-click
    • sql-type
    • tooltip
    • tooltip-position
    • tooltip-show-delay
    • validators
    • width
  • from o-integer-input:
    • grouping
    • locale
    • max
    • min
    • step
    • thousand-separator

Inputs

Name Since Description Default

decimal-separator

string

Decimal digits chacarter separator

Dot (.)

max-decimal-digits

number

Maximum number of decimals required

2

min-decimal-digits

number

Minimum number of decimals required

2

strict

boolean

With the attribute set to true, the component only accepts the number of decimal digits configured in the rendered view and data model. With false value, data model accepts as many decimal digits as you want but the renderer view shows the number of decimal digits configured

false

Inherited outputs