Add PIS Data formatting to TrainService expander
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user