@gpa-gemstone/react-forms 1.1.91 → 1.1.92
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/SearchableSelect.js +1 -1
- package/package.json +2 -2
package/lib/SearchableSelect.js
CHANGED
|
@@ -104,7 +104,7 @@ function SearchableSelect(props) {
|
|
|
104
104
|
: null)
|
|
105
105
|
});
|
|
106
106
|
if ((_b = props.AllowCustom) !== null && _b !== void 0 ? _b : false)
|
|
107
|
-
|
|
107
|
+
ops.push({ Value: search, Element: React.createElement(React.Fragment, null,
|
|
108
108
|
search,
|
|
109
109
|
" (Entered Value)") });
|
|
110
110
|
ops.push.apply(ops, results.filter(function (f) { return f.Value !== search && f.Value !== props.Record[props.Field]; }));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gpa-gemstone/react-forms",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.92",
|
|
4
4
|
"description": "React Form modules for gpa webapps",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@gpa-gemstone/application-typings": "0.0.86",
|
|
49
49
|
"@gpa-gemstone/gpa-symbols": "0.0.52",
|
|
50
|
-
"@gpa-gemstone/helper-functions": "0.0.
|
|
50
|
+
"@gpa-gemstone/helper-functions": "0.0.43",
|
|
51
51
|
"@types/react": "^17.0.14",
|
|
52
52
|
"@types/styled-components": "^5.1.11",
|
|
53
53
|
"lodash": "^4.17.21",
|