textwithdelete

The textwithdelete control allows the user to input alphanumeric data using the soft keyboard or the physical keyboard if available. The control also displays a delete icon that helps user to clear the value of the control when tapped on.

  • Extends text
  • Syntax

    <div data-juci="textwithdelete"></div>
    <div data-juci="textwithdelete" data-trigger="keyup" id="username"></div>
    <div data-juci="textwithdelete" data-bind="ref: someKey"></div>

    Attributes

    • data-juci {String}
      A string with value textwithdelete.

    Methods

    Events

    • deleteclick(eventObj) Cancellable
      Fires when user taps on the delete icon in the control.
      Parameters: