Feat: Add DualRangeSlider #3221 (#5386)

### What problem does this PR solve?

Feat: Add DualRangeSlider #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-02-26 17:02:42 +08:00
committed by GitHub
parent cdcaae17c6
commit 63e3398f49
6 changed files with 127 additions and 21 deletions

View File

@ -98,6 +98,7 @@ export function KnowledgeBaseFormField() {
placeholder={t('knowledgeBasesMessage')}
variant="inverted"
maxCount={100}
defaultValue={field.value}
{...field}
/>
</FormControl>