@fto-consult/expo-ui 8.62.3 → 8.62.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "8.62.3",
3
+ "version": "8.62.4",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "react-native-paper-doc": "https://github.com/callstack/react-native-paper/tree/main/docs/docs/guides",
6
6
  "scripts": {
@@ -1021,6 +1021,7 @@ export default class Field extends AppComponent {
1021
1021
  rest.error = this.state.error;
1022
1022
  rest.onFocus = this.onFocusField.bind(this);
1023
1023
  rest.testID = defaultStr(rest.testID,"RN_FormField_"+this.getName());
1024
+ rest.tooltip = tooltip;
1024
1025
  if(this.canHandleWidthOrHeightProps()){
1025
1026
  if(width){
1026
1027
  rest.width = width;
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
2
  "@fto-consult/expo-ui": {
3
- "version": "8.62.1",
3
+ "version": "8.62.3",
4
4
  "url": "https://github.com/borispipo/expo-ui#readme",
5
5
  "license": "ISC"
6
6
  },