@luomus/laji-form 15.1.25 → 15.1.26
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/dist/styles.css
CHANGED
|
@@ -748,7 +748,7 @@ class Autosuggest extends React.Component {
|
|
|
748
748
|
render() {
|
|
749
749
|
const { props } = this;
|
|
750
750
|
let { suggestions, inputValue = "" } = this.state;
|
|
751
|
-
const inputProps = Object.assign(Object.assign({ id: this.props.id, value: inputValue, readonly: props.readonly, disabled: props.disabled, placeholder: props.placeholder }, (this.props.inputProps || {})), { onChange: this.onInputChange, onBlur: this.onBlur, onFocus: this.onFocus });
|
|
751
|
+
const inputProps = Object.assign(Object.assign({ id: this.props.id, value: inputValue, readonly: props.readonly, disabled: props.disabled, placeholder: props.placeholder }, (this.props.inputProps || {})), { onChange: this.onInputChange, onBlur: this.onBlur, onFocus: this.onFocus, autoComplete: "off" });
|
|
752
752
|
let cssClasses = {
|
|
753
753
|
suggestionsContainer: "rw-popup-container rw-popup-transition",
|
|
754
754
|
suggestionsContainerOpen: "rw-popup",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luomus/laji-form",
|
|
3
|
-
"version": "15.1.
|
|
3
|
+
"version": "15.1.26",
|
|
4
4
|
"description": "React module capable of building dynamic forms from Laji form json schemas",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"repository": "git+https://github.com/luomus/laji-form.git",
|
|
39
39
|
"license": "MIT",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@luomus/laji-map": "^5.
|
|
41
|
+
"@luomus/laji-map": "^5.1.2",
|
|
42
42
|
"@luomus/laji-validate": "^0.0.121",
|
|
43
43
|
"@rjsf/core": "~5.1.0",
|
|
44
44
|
"@rjsf/utils": "~5.1.0",
|