Add placeholder options for freeform keys

This commit is contained in:
Pieter Vander Vennet 2022-02-07 01:57:15 +01:00
parent 73984ad462
commit 400756cdea
3 changed files with 9 additions and 1 deletions

View file

@ -425,7 +425,8 @@ export default class TagRenderingQuestion extends Combine {
mapBackgroundLayer: state.backgroundLayer,
unit: applicableUnit,
args: configuration.freeform.helperArgs,
feature: feature
feature: feature,
placeholder: configuration.freeform.placeholder
});
input.GetValue().setData(tagsData[freeform.key] ?? freeform.default);