From 1a7754c78d4e1bff741c673da3f0fd32f4e12445 Mon Sep 17 00:00:00 2001 From: HarelM Date: Fri, 22 Dec 2023 10:06:57 +0200 Subject: [PATCH] Bring back title --- src/components/InputString.tsx | 2 ++ src/components/_DataProperty.tsx | 1 + 2 files changed, 3 insertions(+) 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)} />