mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
add info about case sensitive search (#11124)
This commit is contained in:
committed by
GitHub
parent
017e5acd14
commit
a4e1dc9c27
@@ -368,7 +368,7 @@ export default class AdhocFilterEditPopoverSimpleTabContent extends React.Compon
|
||||
onChange={this.onInputComparatorChange}
|
||||
value={comparator}
|
||||
className="form-control input-sm"
|
||||
placeholder={t('Filter value')}
|
||||
placeholder={t('Filter value (case sensitive)')}
|
||||
disabled={DISABLE_INPUT_OPERATORS.includes(operator)}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user