This commit is contained in:
DJ2LS 2024-03-04 11:55:00 +01:00
parent eeb72faf83
commit d078394af4

View file

@ -23,13 +23,13 @@ const serialStore = useSerialStore();
<div class="input-group input-group-sm mb-1"> <div class="input-group input-group-sm mb-1">
<span class="input-group-text" style="width: 180px">Rigctld port</span> <span class="input-group-text" style="width: 180px">Rigctld port</span>
<input <input
type="text" type="number"
class="form-control" class="form-control"
placeholder="rigctld port" placeholder="rigctld port"
id="hamlib_rigctld_port" id="hamlib_rigctld_port"
aria-label="Device Port" aria-label="Device Port"
@change="onChange" @change="onChange"
v-model="settings.remote.RIGCTLD.port" v-model.number="settings.remote.RIGCTLD.port"
/> />
</div> </div>