@nualang/nualang-ui-components 0.1.1271 → 0.1.1272
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -266,8 +266,8 @@ function GenerateBotDialog({
|
|
|
266
266
|
required: true,
|
|
267
267
|
onChange: handleChange,
|
|
268
268
|
multiline: true,
|
|
269
|
-
rows: 3
|
|
270
|
-
maxLength
|
|
269
|
+
rows: 3
|
|
270
|
+
// maxLength={200}
|
|
271
271
|
})
|
|
272
272
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Grid, {
|
|
273
273
|
size: 12,
|
|
@@ -286,10 +286,9 @@ function GenerateBotDialog({
|
|
|
286
286
|
sx: {
|
|
287
287
|
marginBottom: 5
|
|
288
288
|
},
|
|
289
|
-
onChange: e => setTopicGoal(e.target.value)
|
|
290
|
-
inputProps:
|
|
291
|
-
|
|
292
|
-
},
|
|
289
|
+
onChange: e => setTopicGoal(e.target.value)
|
|
290
|
+
// inputProps={{ maxLength: 300 }}
|
|
291
|
+
,
|
|
293
292
|
InputProps: {
|
|
294
293
|
endAdornment: /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.InputAdornment, {
|
|
295
294
|
position: "end",
|
|
@@ -244,8 +244,8 @@ function GeneratePhrases({
|
|
|
244
244
|
required: true,
|
|
245
245
|
onChange: handleChange,
|
|
246
246
|
multiline: true,
|
|
247
|
-
rows: 3
|
|
248
|
-
maxLength
|
|
247
|
+
rows: 3
|
|
248
|
+
// maxLength={300}
|
|
249
249
|
})
|
|
250
250
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Grid, {
|
|
251
251
|
mb: 2,
|
|
@@ -261,10 +261,9 @@ function GeneratePhrases({
|
|
|
261
261
|
margin: "normal",
|
|
262
262
|
variant: "outlined",
|
|
263
263
|
fullWidth: true,
|
|
264
|
-
onChange: handleChange
|
|
265
|
-
inputProps:
|
|
266
|
-
|
|
267
|
-
},
|
|
264
|
+
onChange: handleChange
|
|
265
|
+
// inputProps={{ maxLength: 200 }}
|
|
266
|
+
,
|
|
268
267
|
InputProps: {
|
|
269
268
|
endAdornment: /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.InputAdornment, {
|
|
270
269
|
position: "end",
|
|
@@ -394,8 +394,8 @@ function GenerateRoleplayDialog({
|
|
|
394
394
|
required: true,
|
|
395
395
|
onChange: handleChange,
|
|
396
396
|
multiline: true,
|
|
397
|
-
rows: 3
|
|
398
|
-
maxLength
|
|
397
|
+
rows: 3
|
|
398
|
+
// maxLength={300}
|
|
399
399
|
})
|
|
400
400
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.Grid, {
|
|
401
401
|
size: 12,
|
|
@@ -413,10 +413,9 @@ function GenerateRoleplayDialog({
|
|
|
413
413
|
sx: {
|
|
414
414
|
marginBottom: 5
|
|
415
415
|
},
|
|
416
|
-
onChange: e => setTopicGoal(e.target.value)
|
|
417
|
-
inputProps:
|
|
418
|
-
|
|
419
|
-
},
|
|
416
|
+
onChange: e => setTopicGoal(e.target.value)
|
|
417
|
+
// inputProps={{ maxLength: 300 }}
|
|
418
|
+
,
|
|
420
419
|
InputProps: {
|
|
421
420
|
endAdornment: /*#__PURE__*/(0, _jsxRuntime.jsx)(_material.InputAdornment, {
|
|
422
421
|
position: "end",
|