Add placeholder options for freeform keys
This commit is contained in:
parent
73984ad462
commit
400756cdea
3 changed files with 9 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue