7 строки
468 B
HTML
7 строки
468 B
HTML
<script src="../scripts/BasicUserEntryControl.js"></script>
|
|
<div id="BasicUserEntryControl">
|
|
<!-- Dynamics stylesheet removes borders from inputs by default since Dynamics Inputs place the border on the container of the input.
|
|
Here we use an in-line style to add the border back for tutorial control -->
|
|
<input style="border: 1px solid" data-dyn-bind="event: {change: $control.handleUserValue}, attr: {value: $control.Value}" />
|
|
</div>
|