mirror of
https://github.com/wekan/wekan.git
synced 2025-12-26 20:28:48 +01:00
Merge pull request #4189 from mfilser/custom_fields_currency_autofocus
CustomFields Currency, autofocus on edit
This commit is contained in:
commit
e0b5d1c15e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ template(name="cardCustomField-checkbox")
|
|||
template(name="cardCustomField-currency")
|
||||
if canModifyCard
|
||||
+inlinedForm(classNames="js-card-customfield-currency")
|
||||
input(type="text" value=data.value)
|
||||
input(type="text" value=data.value autofocus)
|
||||
.edit-controls.clearfix
|
||||
button.primary(type="submit") {{_ 'save'}}
|
||||
a.fa.fa-times-thin.js-close-inlined-form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue