disbale enter myr

This commit is contained in:
DESKTOP-5I7S92L\nicho
2023-04-28 11:19:30 +08:00
parent 1b91937e70
commit cc99933f52
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -123,7 +123,11 @@ button:focus{
button:disabled {
cursor: not-allowed;
}
}
.not-allowed {
cursor: not-allowed;
}
/*
Alternate buttons
--------------------------------------------------
@@ -110,8 +110,8 @@
<div class="row m-l-0 m-r-0">
<div class="col no-padding">
<div class="form-group form-group-default m-b-0">
<label>You'r Sending</label>
<input id="cc_sending" name="cc_sending" type="text" placeholder="0.00" value="0.00" v-model="senderInput" class="form-control" @keyup="updateAmount($event, 0)" v-money="money">
<label>You're Sending</label>
<input id="cc_sending" name="cc_sending" type="text" placeholder="0.00" value="0.00" v-model="senderInput" class="form-control not-allowed" @keyup="updateAmount($event, 0)" v-money="money" :disabled="true">
</div>
</div>
<div class="col-auto bg-primary text-white">