Skip to content

Commit

Permalink
Turn autocomplete off for inputs on Operator form
Browse files Browse the repository at this point in the history
  • Loading branch information
ccali11 committed Aug 22, 2023
1 parent 7e29e54 commit 2f3cdcf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/web/src/pages/operators/Operator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ async function submitRegisterOperatorForm() {
v-model="selectedPublicNodeURL"
type="text"
placeholder="URL.."
autocomplete="off"
class=" outline-none text-grey_4 text-[12px] w-full"
>
<button @click="selectedPublicNodeURL = ''">
Expand Down Expand Up @@ -446,7 +447,8 @@ async function submitRegisterOperatorForm() {
id="operator_id"
v-model="selectedCollateral"
type="text"
placeholder="Collateral.."
placeholder="0.00"
autocomplete="off"
class=" outline-none text-grey_4 text-[12px] w-full"
@input="handleInputChangeCollateral"
>
Expand Down

0 comments on commit 2f3cdcf

Please sign in to comment.