[ENH] Add option to ignore accents during tests
This commit is contained in:
@@ -70,6 +70,14 @@ export default function ClassicTestStart(props) {
|
||||
/>
|
||||
<span>Ignore capitals</span>
|
||||
</label>
|
||||
<label>
|
||||
<Checkbox
|
||||
checked={props.ignoreAccents}
|
||||
onChange={props.handleIgnoreAccentsChange}
|
||||
inputProps={{ 'aria-label': 'checkbox' }}
|
||||
/>
|
||||
<span>Ignore accents</span>
|
||||
</label>
|
||||
<label>
|
||||
<Checkbox
|
||||
checked={props.showNumberOfAnswers}
|
||||
|
||||
Reference in New Issue
Block a user