* The value should be updated on touch end or * when the component is being dragged. * This follows the native behavior of mobile devices. * * For example: When the user lifts their finger from the * screen after tapping the bar or dragging the bar or knob.
()
| 501 | * screen after tapping the bar or dragging the bar or knob. |
| 502 | */ |
| 503 | private onStart() { |
| 504 | this.ionKnobMoveStart.emit({ value: this.ensureValueInBounds(this.value) }); |
| 505 | } |
| 506 | |
| 507 | /** |
| 508 | * The value should be updated while dragging the |
no outgoing calls
no test coverage detected