a-tonchev

Results 25 issues of a-tonchev

Somehow it does not matter if I use the ``` const searchQueries = [{ field: 'productDescription', query: '17', bool: 'and', }, { field: 'ean', query: '17', bool: 'and', }]; ```...

bug

It would be nice to have boosted field: For example if I have `{ category, title, description ...}` I search for "`laptop`", the `category ` field would be the highest...

First of all thanks for the perfect editor! We use it already in our SaaS. I know that CodeMirror 6 is quite new, but what do you think, when will...

enhancement

I would like to have the codeView activated per default, is this possible? I am using the `react-suneditor` right now.

question

I would like to ask if it is possible to disable any new lines? Additionally is it possible to trim text? best regards

When I add a custom HTML for links like this: `http://example.com/` The render is renderer detects first the text http://example.com/ and converts it to link, after that it converts the...

Hi, I am using a CRA application, with lazy-loading and react-router-dom. I am using the createAsyncAction method like this: ``` const getAllOrders = createAsyncAction( async () => { const res...

react-next

It would be very nice to have a drag&drop on touch devices. This would be needed at mobile-first development. How should it work? Touch-hold on element, after 1 sek dragging...

Hello, I would like to use the picker of free images similar like here: ![image](https://user-images.githubusercontent.com/54528540/150129209-d2c632ff-cd22-4f96-bc86-2c47012a59b7.png) Can we use somehow this component, or is this custom component that is not available...

I het following warnings in: react-dom.development.js:88 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. .... Please update the following components: ReactCursorPosition AND react-dom.development.js:88 Warning: componentWillReceiveProps has been...