diff --git a/src/components/InputString.tsx b/src/components/InputString.tsx index d301485a..b072f0a4 100644 --- a/src/components/InputString.tsx +++ b/src/components/InputString.tsx @@ -12,6 +12,7 @@ export type InputStringProps = { disabled?: boolean spellCheck?: boolean 'aria-label'?: string + title?: string }; type InputStringState = { @@ -72,6 +73,7 @@ export default class InputString extends React.Component) => { this.setState({ editing: true, diff --git a/src/components/_DataProperty.tsx b/src/components/_DataProperty.tsx index c2657869..d292c6b4 100644 --- a/src/components/_DataProperty.tsx +++ b/src/components/_DataProperty.tsx @@ -316,6 +316,7 @@ export default class DataProperty extends React.Component this.changeDataProperty("property", propVal)} />