@bryntum/core-react-thin 7.2.0 → 7.2.2
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.
- package/lib/BryntumDemoHeader.d.ts +0 -1
- package/lib/BryntumDemoHeader.js +1 -2
- package/lib/BryntumDemoHeader.js.map +1 -1
- package/package.json +1 -1
- package/src/BryntumCheckbox.tsx +1 -1
- package/src/BryntumChipView.tsx +1 -1
- package/src/BryntumColorField.tsx +1 -1
- package/src/BryntumCombo.tsx +2 -2
- package/src/BryntumDateField.tsx +1 -1
- package/src/BryntumDateRangeField.tsx +1 -1
- package/src/BryntumDateTimeField.tsx +1 -1
- package/src/BryntumDemoHeader.tsx +1 -4
- package/src/BryntumDisplayField.tsx +1 -1
- package/src/BryntumDurationField.tsx +1 -1
- package/src/BryntumEditor.tsx +3 -3
- package/src/BryntumFileField.tsx +1 -1
- package/src/BryntumFilterField.tsx +1 -1
- package/src/BryntumHint.tsx +1 -1
- package/src/BryntumList.tsx +1 -1
- package/src/BryntumMenu.tsx +1 -1
- package/src/BryntumNumberField.tsx +1 -1
- package/src/BryntumPasswordField.tsx +1 -1
- package/src/BryntumRadio.tsx +1 -1
- package/src/BryntumSlideToggle.tsx +1 -1
- package/src/BryntumSlider.tsx +1 -1
- package/src/BryntumTextAreaField.tsx +1 -1
- package/src/BryntumTextAreaPickerField.tsx +1 -1
- package/src/BryntumTextField.tsx +1 -1
- package/src/BryntumTimeField.tsx +1 -1
|
@@ -14,7 +14,6 @@ export declare class BryntumDemoHeader extends Component<BryntumDemoHeaderProps,
|
|
|
14
14
|
codeButtonRef: RefObject<BryntumButton>;
|
|
15
15
|
downloadButtonRef: RefObject<BryntumButton>;
|
|
16
16
|
isTest: boolean;
|
|
17
|
-
isThin: boolean;
|
|
18
17
|
demoProduct: string;
|
|
19
18
|
downloadLink: string;
|
|
20
19
|
appFolder: string;
|
package/lib/BryntumDemoHeader.js
CHANGED
|
@@ -10,7 +10,6 @@ export class BryntumDemoHeader extends Component {
|
|
|
10
10
|
this.codeButtonRef = createRef();
|
|
11
11
|
this.downloadButtonRef = createRef();
|
|
12
12
|
this.isTest = document.location.search.includes('test');
|
|
13
|
-
this.isThin = document.location.href.includes('-thin');
|
|
14
13
|
this.demoProduct = ((_a = document.location.href.match(/\/(\w+)(-trial)?\/[-\w]*examples\//)) === null || _a === void 0 ? void 0 : _a[1].toLowerCase()) || 'core';
|
|
15
14
|
this.downloadLink = `https://bryntum.com/download/?product=${this.demoProduct}`;
|
|
16
15
|
this.appFolder = '../';
|
|
@@ -71,7 +70,7 @@ export class BryntumDemoHeader extends Component {
|
|
|
71
70
|
this.getTitle())),
|
|
72
71
|
React.createElement("div", { id: "tools", className: "tools" },
|
|
73
72
|
this.props.children,
|
|
74
|
-
this.props.themeCombo &&
|
|
73
|
+
this.props.themeCombo && React.createElement(BryntumThemeCombo, null),
|
|
75
74
|
React.createElement(BryntumButton, { text: "Download Trial", href: this.downloadLink, rendition: "filled" }),
|
|
76
75
|
React.createElement(BryntumButton, { ref: this.codeButtonRef, hidden: this.state.hiddenEditor, icon: "b-icon-code", onClick: this.toggleCodeEditor, tooltip: 'Click to show the code viewer', rendition: "text" }),
|
|
77
76
|
React.createElement(BryntumButton, { ref: this.downloadButtonRef, hidden: true, icon: "b-icon-download", href: '#', tooltip: 'Download this demo zip archive', rendition: "text" }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BryntumDemoHeader.js","sourceRoot":"","sources":["../src/BryntumDemoHeader.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,SAAS,EAAE,QAAQ,EAAwB,MAAM,OAAO,CAAC;AACpF,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAqB3E,MAAM,OAAO,iBAAkB,SAAQ,SAAsD;
|
|
1
|
+
{"version":3,"file":"BryntumDemoHeader.js","sourceRoot":"","sources":["../src/BryntumDemoHeader.tsx"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/src/BryntumCheckbox.tsx
CHANGED
|
@@ -480,7 +480,7 @@ export type BryntumCheckboxProps = {
|
|
|
480
480
|
required? : boolean
|
|
481
481
|
/**
|
|
482
482
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
483
|
-
* the
|
|
483
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
484
484
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
485
485
|
* behaviour will be activated.
|
|
486
486
|
*/
|
package/src/BryntumChipView.tsx
CHANGED
|
@@ -530,7 +530,7 @@ export type BryntumChipViewProps = {
|
|
|
530
530
|
*/
|
|
531
531
|
title? : string
|
|
532
532
|
/**
|
|
533
|
-
* Select/deselect all if
|
|
533
|
+
* Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
|
|
534
534
|
*/
|
|
535
535
|
toggleAllIfCtrlPressed? : boolean
|
|
536
536
|
/**
|
|
@@ -502,7 +502,7 @@ export type BryntumColorFieldProps = {
|
|
|
502
502
|
required? : boolean
|
|
503
503
|
/**
|
|
504
504
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
505
|
-
* the
|
|
505
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
506
506
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
507
507
|
* behaviour will be activated.
|
|
508
508
|
*/
|
package/src/BryntumCombo.tsx
CHANGED
|
@@ -181,7 +181,7 @@ export type BryntumComboProps = {
|
|
|
181
181
|
contentElementCls? : string|object
|
|
182
182
|
/**
|
|
183
183
|
* If configured as `true`, this means that when an unmatched string is typed into the
|
|
184
|
-
* combo's input field, and
|
|
184
|
+
* combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/core/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
|
|
185
185
|
* a new record will be created using the typed string as the [displayField](https://bryntum.com/products/core/docs/api/Core/widget/Combo#config-displayField).
|
|
186
186
|
* ...
|
|
187
187
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-createOnUnmatched)
|
|
@@ -676,7 +676,7 @@ export type BryntumComboProps = {
|
|
|
676
676
|
required? : boolean
|
|
677
677
|
/**
|
|
678
678
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
679
|
-
* the
|
|
679
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
680
680
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
681
681
|
* behaviour will be activated.
|
|
682
682
|
*/
|
package/src/BryntumDateField.tsx
CHANGED
|
@@ -538,7 +538,7 @@ export type BryntumDateFieldProps = {
|
|
|
538
538
|
required? : boolean
|
|
539
539
|
/**
|
|
540
540
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
541
|
-
* the
|
|
541
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
542
542
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
543
543
|
* behaviour will be activated.
|
|
544
544
|
*/
|
|
@@ -549,7 +549,7 @@ export type BryntumDateRangeFieldProps = {
|
|
|
549
549
|
required? : boolean
|
|
550
550
|
/**
|
|
551
551
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
552
|
-
* the
|
|
552
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
553
553
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
554
554
|
* behaviour will be activated.
|
|
555
555
|
*/
|
|
@@ -470,7 +470,7 @@ export type BryntumDateTimeFieldProps = {
|
|
|
470
470
|
required? : boolean
|
|
471
471
|
/**
|
|
472
472
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
473
|
-
* the
|
|
473
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
474
474
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
475
475
|
* behaviour will be activated.
|
|
476
476
|
*/
|
|
@@ -39,9 +39,6 @@ export class BryntumDemoHeader extends Component<BryntumDemoHeaderProps, DemoCod
|
|
|
39
39
|
|
|
40
40
|
isTest = document.location.search.includes('test');
|
|
41
41
|
|
|
42
|
-
|
|
43
|
-
isThin = document.location.href.includes('-thin');
|
|
44
|
-
|
|
45
42
|
demoProduct = document.location.href.match(/\/(\w+)(-trial)?\/[-\w]*examples\//)?.[1].toLowerCase() || 'core';
|
|
46
43
|
|
|
47
44
|
downloadLink = `https://bryntum.com/download/?product=${this.demoProduct}`;
|
|
@@ -129,7 +126,7 @@ export class BryntumDemoHeader extends Component<BryntumDemoHeaderProps, DemoCod
|
|
|
129
126
|
</a>
|
|
130
127
|
<div id="tools" className="tools">
|
|
131
128
|
{this.props.children}
|
|
132
|
-
{this.props.themeCombo &&
|
|
129
|
+
{this.props.themeCombo && <BryntumThemeCombo/>}
|
|
133
130
|
<BryntumButton
|
|
134
131
|
text="Download Trial"
|
|
135
132
|
href={this.downloadLink}
|
|
@@ -483,7 +483,7 @@ export type BryntumDisplayFieldProps = {
|
|
|
483
483
|
required? : boolean
|
|
484
484
|
/**
|
|
485
485
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
486
|
-
* the
|
|
486
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
487
487
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
488
488
|
* behaviour will be activated.
|
|
489
489
|
*/
|
|
@@ -523,7 +523,7 @@ export type BryntumDurationFieldProps = {
|
|
|
523
523
|
required? : boolean
|
|
524
524
|
/**
|
|
525
525
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
526
|
-
* the
|
|
526
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
527
527
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
528
528
|
* behaviour will be activated.
|
|
529
529
|
*/
|
package/src/BryntumEditor.tsx
CHANGED
|
@@ -59,7 +59,7 @@ export type BryntumEditorProps = {
|
|
|
59
59
|
*/
|
|
60
60
|
autoUpdateRecord? : boolean
|
|
61
61
|
/**
|
|
62
|
-
* What action should be taken when focus moves out of the editor, either by
|
|
62
|
+
* What action should be taken when focus moves out of the editor, either by <kbd>Tab</kbd> or clicking outside.
|
|
63
63
|
* May be `'complete'` or `'cancel`'. Any other value results in no action being taken upon focus leaving the editor
|
|
64
64
|
* leaving the application to listen for the [focusOut](https://bryntum.com/products/core/docs/api/Core/widget/Editor#event-focusOut) event.
|
|
65
65
|
*/
|
|
@@ -638,7 +638,7 @@ export type BryntumEditorProps = {
|
|
|
638
638
|
*/
|
|
639
639
|
onAfterEdit? : ((event: { source: Editor, record?: Model }) => void)|string
|
|
640
640
|
/**
|
|
641
|
-
* Fired when cancellation has been requested, either by
|
|
641
|
+
* Fired when cancellation has been requested, either by <kbd>Escape</kbd>, or focus loss (if configured to cancel on blur).
|
|
642
642
|
* The cancellation may be vetoed, in which case, focus is moved back into the editor.
|
|
643
643
|
* @param {object} event Event object
|
|
644
644
|
* @param {object} event.oldValue The original value.
|
|
@@ -648,7 +648,7 @@ export type BryntumEditorProps = {
|
|
|
648
648
|
*/
|
|
649
649
|
onBeforeCancel? : ((event: { oldValue: object, value: object, event: Event, source: Editor }) => Promise<boolean>|boolean|void)|string
|
|
650
650
|
/**
|
|
651
|
-
* Fired when an edit completion has been requested, either by
|
|
651
|
+
* Fired when an edit completion has been requested, either by <kbd>Enter</kbd>, or focus loss (if configured to complete on blur).
|
|
652
652
|
* The completion may be vetoed, in which case, focus is moved back into the editor.
|
|
653
653
|
* @param {object} event Event object
|
|
654
654
|
* @param {object} event.oldValue The original value.
|
package/src/BryntumFileField.tsx
CHANGED
|
@@ -494,7 +494,7 @@ export type BryntumFileFieldProps = {
|
|
|
494
494
|
required? : boolean
|
|
495
495
|
/**
|
|
496
496
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
497
|
-
* the
|
|
497
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
498
498
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
499
499
|
* behaviour will be activated.
|
|
500
500
|
*/
|
|
@@ -524,7 +524,7 @@ export type BryntumFilterFieldProps = {
|
|
|
524
524
|
required? : boolean
|
|
525
525
|
/**
|
|
526
526
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
527
|
-
* the
|
|
527
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
528
528
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
529
529
|
* behaviour will be activated.
|
|
530
530
|
*/
|
package/src/BryntumHint.tsx
CHANGED
package/src/BryntumList.tsx
CHANGED
|
@@ -510,7 +510,7 @@ export type BryntumListProps = {
|
|
|
510
510
|
*/
|
|
511
511
|
title? : string
|
|
512
512
|
/**
|
|
513
|
-
* Select/deselect all if
|
|
513
|
+
* Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
|
|
514
514
|
*/
|
|
515
515
|
toggleAllIfCtrlPressed? : boolean
|
|
516
516
|
/**
|
package/src/BryntumMenu.tsx
CHANGED
|
@@ -522,7 +522,7 @@ export type BryntumNumberFieldProps = {
|
|
|
522
522
|
required? : boolean
|
|
523
523
|
/**
|
|
524
524
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
525
|
-
* the
|
|
525
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
526
526
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
527
527
|
* behaviour will be activated.
|
|
528
528
|
*/
|
|
@@ -483,7 +483,7 @@ export type BryntumPasswordFieldProps = {
|
|
|
483
483
|
required? : boolean
|
|
484
484
|
/**
|
|
485
485
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
486
|
-
* the
|
|
486
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
487
487
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
488
488
|
* behaviour will be activated.
|
|
489
489
|
*/
|
package/src/BryntumRadio.tsx
CHANGED
|
@@ -480,7 +480,7 @@ export type BryntumRadioProps = {
|
|
|
480
480
|
required? : boolean
|
|
481
481
|
/**
|
|
482
482
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
483
|
-
* the
|
|
483
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
484
484
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
485
485
|
* behaviour will be activated.
|
|
486
486
|
*/
|
|
@@ -480,7 +480,7 @@ export type BryntumSlideToggleProps = {
|
|
|
480
480
|
required? : boolean
|
|
481
481
|
/**
|
|
482
482
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
483
|
-
* the
|
|
483
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
484
484
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
485
485
|
* behaviour will be activated.
|
|
486
486
|
*/
|
package/src/BryntumSlider.tsx
CHANGED
|
@@ -491,7 +491,7 @@ export type BryntumSliderProps = {
|
|
|
491
491
|
unit? : string
|
|
492
492
|
/**
|
|
493
493
|
* Initial value.
|
|
494
|
-
* `String` value allows
|
|
494
|
+
* `String` value allows linking value by reference name.
|
|
495
495
|
* ...
|
|
496
496
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-value)
|
|
497
497
|
*/
|
|
@@ -493,7 +493,7 @@ export type BryntumTextAreaFieldProps = {
|
|
|
493
493
|
resize? : 'none'|'both'|'horizontal'|'vertical'
|
|
494
494
|
/**
|
|
495
495
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
496
|
-
* the
|
|
496
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
497
497
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
498
498
|
* behaviour will be activated.
|
|
499
499
|
*/
|
|
@@ -508,7 +508,7 @@ export type BryntumTextAreaPickerFieldProps = {
|
|
|
508
508
|
resize? : 'none'|'both'|'horizontal'|'vertical'
|
|
509
509
|
/**
|
|
510
510
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
511
|
-
* the
|
|
511
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
512
512
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
513
513
|
* behaviour will be activated.
|
|
514
514
|
*/
|
package/src/BryntumTextField.tsx
CHANGED
|
@@ -497,7 +497,7 @@ export type BryntumTextFieldProps = {
|
|
|
497
497
|
required? : boolean
|
|
498
498
|
/**
|
|
499
499
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
500
|
-
* the
|
|
500
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
501
501
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
502
502
|
* behaviour will be activated.
|
|
503
503
|
*/
|
package/src/BryntumTimeField.tsx
CHANGED
|
@@ -534,7 +534,7 @@ export type BryntumTimeFieldProps = {
|
|
|
534
534
|
required? : boolean
|
|
535
535
|
/**
|
|
536
536
|
* If this field is not [readOnly](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
537
|
-
* the
|
|
537
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
538
538
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/core/docs/api/Core/widget/Field#config-clearable)
|
|
539
539
|
* behaviour will be activated.
|
|
540
540
|
*/
|