我有一个带有哈巴狗的表单构建。该问题仅影响其中两个字段 - 当我点击Tab时,此字段的值将丢失。将焦点更改为另一个字段后,大约一秒后字段为空。
我不知道发生了什么以及如何搜索答案。你见过这样的事吗?
以下是此表格的一部分;问题出在' bank'和' bic'字段
.form-group#bank
input.form-control(type="text" name="bank" placeholder="Name Kreditinstitut *")
.form-group#iban
input.form-control(type="text" name="iban" placeholder="IBAN *")
.form-group#bic
input.form-control(type="text" name="bic" placeholder="BIC *")