I. MERABTENE
I. MERABTENE
## Description Search result does not produce expected result for a basic use case. We search for a single word 'NSX400' Search finds NSX400, NSX400f, NSX400F, NSX400h, NSX400-630 ... BUT...
## Detailed description Inside a modal, the Combobox drop down does not close when modal is closed by clicking the outside overlay. > Is this a feature request (new component,...
**Describe the bug** Using a large table or wrap with thousands of lines inside MultiPage caused an Exception (This widget created more than 20 pages) **To Reproduce** Code snippet to...
When I switch to the latest Flutter 2.13 beta channel, Typeahead breaks with this errors : ``` [cupertino_flutter_typeahead.dart:746:9](): Error: No named parameter with the name 'maxLengthEnforced'. maxLengthEnforced: widget.textFieldConfiguration.maxLengthEnforced ``` I...
### Describe the bug The inferencer with a custom rest-api produces an exception ### Steps To Reproduce Using the tutorial code with a different rest-api having these two endpoints: ```...
### 🔖 Feature description There is a clear need of having some sort of atomic transactions at least for updating a field value based on its current value, like Incrementing...
First of all, I really appreciate the efforts you put into building this library, it's a great tool for us as developers. When setting moveRightOnEnter to true in ReactGrid, the...
I added a ViberNotificator based on the TelegramNotificator, it works the same way. You need a bot API Key and a user unique ID obtained from webhook sent by viber...
You can reproduce this in playground using the following docDefinition: ``` var dd = { content: [ (3650000).toLocaleString('fr'), ] } ``` Result is : 
### Reproduction link [](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-kv3dpg?file=%2Findex.js)  ### Steps to reproduce Using Select inside a size restricted element with a large placeholder will expand the Select instead of using ellipsis...