Add PIS Data formatting to TrainService expander

This commit is contained in:
2026-05-05 19:24:31 +01:00
parent 3b91fad590
commit 05a04ec922
3 changed files with 85 additions and 49 deletions

View File

@@ -18,7 +18,12 @@
<BaseCard header={'Search Train & PIS'}>
<div class="card-content">
<Textbox placeholder="Enter Headcode" bind:value={headcode} maxLength={4} onsubmit={handleSearch} />
<Textbox
placeholder="Enter Headcode"
bind:value={headcode}
maxLength={4}
onsubmit={handleSearch}
/>
</div>
</BaseCard>