Skip to content

Commit 15c7400

Browse files
committed
Add properties (min, max, step) of text question into general tab
1 parent 4d88472 commit 15c7400

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/questionEditors/questionEditorDefinition.ts

+3
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ export class SurveyQuestionEditorDefinition {
213213
text: {
214214
properties: [
215215
"inputType",
216+
"min",
217+
"max",
218+
"step",
216219
"placeHolder",
217220
{ name: "size", tab: "layout" },
218221
{ name: "maxLength", tab: "validation" },

0 commit comments

Comments
 (0)