From a4f89f4f59f90c9305fc8fe417376ce07a97caa0 Mon Sep 17 00:00:00 2001 From: g3gg0 Date: Mon, 21 Aug 2023 13:32:20 +0200 Subject: [PATCH] fix clicking (i) causing fields to get focus --- contrib/data/www/index.html | 62 ++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/contrib/data/www/index.html b/contrib/data/www/index.html index 5ed7ca54..623635ef 100644 --- a/contrib/data/www/index.html +++ b/contrib/data/www/index.html @@ -324,14 +324,14 @@ checked={this.state.isChecked} onChange={this.handleCheckboxChange} /> - {this.props.label} - - ⓘ - - {this.props.description} - - + {this.props.label} + + ⓘ + + {this.props.description} + + ); } @@ -375,15 +375,15 @@ value={this.state.value} onChange={this.handleInputChange} /> -   - {this.props.label} - - ⓘ - - {this.props.description} - - +   + {this.props.label} + + ⓘ + + {this.props.description} + + ); } @@ -427,15 +427,15 @@ value={this.state.value} onChange={this.handleInputChange} /> -   - {this.props.label} - - ⓘ - - {this.props.description} - - +   + {this.props.label} + + ⓘ + + {this.props.description} + + ); } @@ -489,15 +489,15 @@ onBlur={this.handleInputBlur} onKeyPress={this.handleKeyPress} /> -   - {this.props.label} - - ⓘ - - {this.props.description} - - +   + {this.props.label} + + ⓘ + + {this.props.description} + + ); }