mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-27 00:08:49 +00:00
Small update for placeholders in tasks.
This commit is contained in:
parent
aa8ea1ecb1
commit
5e80ab7f6b
3 changed files with 6 additions and 6 deletions
|
|
@ -12,6 +12,10 @@ Template.taskForm.onRendered(function() {
|
|||
$('select').formSelect();
|
||||
$('.datepicker').datepicker();
|
||||
$('.chips').chips();
|
||||
$('.chips-placeholder').chips({
|
||||
placeholder: 'Task Name',
|
||||
secondaryPlaceholder: '+Task Name',
|
||||
});
|
||||
Session.set("taskNameErr", false);
|
||||
Session.set("taskUserErr", false);
|
||||
Session.set("taskDateErr", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue