Feat: Add tooltip to delimiter filed #1909 (#3758)

### What problem does this PR solve?

Feat: Add tooltip to delimiter filed #1909

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-29 18:13:59 +08:00
committed by GitHub
parent b2abc36baa
commit a19210daf1
4 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,7 @@ const Delimiter = () => {
label={t('knowledgeDetails.delimiter')}
initialValue={`\\n!?;。;!?`}
rules={[{ required: true }]}
tooltip={t('knowledgeDetails.delimiterTip')}
>
<DelimiterInput />
</Form.Item>