IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
$text.text('(error)');// prevent from misleading users when error occurs
$dropdown.attr('data-last-value',lastValue);
});
$dropdown.attr('data-last-value',value);
$dropdown.dropdown('hide');
},
onChange(_value,text,_$choice){
$text.text(text);// update the text when using keyboard navigating
},
onHide(){
// set to the really selected value, defer to next tick to make sure `action` has finished its work because the calling order might be onHide -> action