Skip to content

Commit

Permalink
Merge pull request #952 from HubSpot/request_form_name_and_racks_sele…
Browse files Browse the repository at this point in the history
…ct_on_lose_focus

Don't Lose Currently Typed Owner/Rack Affinity When Losing Focus
  • Loading branch information
ssalinas committed Mar 21, 2016
2 parents 5577619 + f87aac4 commit fcb172c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions SingularityUI/app/views/requestFormBase.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ class RequestFormBase extends FormBaseView
{
name: 'owners', selector: '#owners'
options:
tags: true
tags: []
containerCssClass: 'select-owners hide-select2-spinner'
dropdownCssClass: 'hidden'
selectOnBlur: true
}
{
name: 'rackAffinity', selector: "#rackAffinity-#{type}"
options: tags: racks
options:
tags: racks
selectOnBlur: true
}
]

Expand Down

0 comments on commit fcb172c

Please # to comment.