Registrar: domain form autocompletes registrar and contact code

This commit is contained in:
Priit Tark 2015-05-07 15:50:55 +03:00
parent 2b9923de49
commit 2ea24f42fc
8 changed files with 29 additions and 4 deletions

View file

@ -19,3 +19,8 @@ $(document).on 'ready page:load', ->
dateFormat: "yy-mm-dd",
maxDate: tomorrow
);
$('.js-combobox').select2
width: "100%"
selectOnBlur: true
dropdownAutoWidth: if self==top then true else false