mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
chore(control): tell the user why mac address is needed
This commit is contained in:
@@ -185,7 +185,7 @@
|
|||||||
<TextInput
|
<TextInput
|
||||||
bind:current_value={text_inputs_valid.mac.value}
|
bind:current_value={text_inputs_valid.mac.value}
|
||||||
bind:current_valid={text_inputs_valid.mac.valid}
|
bind:current_valid={text_inputs_valid.mac.valid}
|
||||||
title="MAC-Adresse (optional)"
|
title="MAC-Adresse (optional, wird zum aufwecken des Displays benötigt)"
|
||||||
placeholder="z.B. D4:81:A6:C4:BF:3F"
|
placeholder="z.B. D4:81:A6:C4:BF:3F"
|
||||||
is_valid_function={(input: string) => {
|
is_valid_function={(input: string) => {
|
||||||
return input === ''
|
return input === ''
|
||||||
|
|||||||
Reference in New Issue
Block a user