Skip to content
Snippets Groups Projects
Commit 3a23888d authored by juanf's avatar juanf
Browse files

SSDM-1209 : PAPER - Small Polishments

SVN: 32896
parent 9fa20729
No related branches found
No related tags found
No related merge requests found
......@@ -307,6 +307,8 @@ function DataSetFormView(dataSetFormController, dataSetFormModel) {
} else {
$component.val(value);
}
} else {
$component.val(""); //HACK-FIX: Not all browsers show the placeholder in Bootstrap 3 if you don't set an empty value.
}
$controls.append($component);
......
......@@ -168,6 +168,8 @@ function ExperimentFormView(experimentFormController, experimentFormModel) {
} else {
$component.val(value);
}
} else {
$component.val(""); //HACK-FIX: Not all browsers show the placeholder in Bootstrap 3 if you don't set an empty value.
}
var changeEvent = function(propertyType, isSystemProperty) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment