Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
<input
id="number-of-stations"
v-model="state.numberOfStations"
- type="text"
+ type="number"
+ min="1"
name="number-of-stations"
placeholder="number of stations"
/>
<style>
#number-of-stations {
+ width: 15%;
text-align: center;
}
</style>
<p>Supervision Url:</p>
<input
id="supervision-url"
- v-model="state.supervisionUrl"
+ v-model.trim="state.supervisionUrl"
type="text"
name="supervision-url"
placeholder="supervision url"
<h2>Action Start Transaction</h2>
<h3>Connector {{ connectorId }} on {{ chargingStationId }}</h3>
<p>Scan RFID tag:</p>
- <input id="idtag" v-model="state.idTag" type="text" name="idtag" placeholder="RFID tag" />
+ <input id="idtag" v-model.trim="state.idTag" type="text" name="idtag" placeholder="RFID tag" />
<br />
<Button
@click="