mehmet sayin

Results 9 comments of mehmet sayin

ok I solved it by adding ```js isLoading={state.isLoading} ``` to Lookup. But could not remove 'x' when searching. because two x icons appear when loading

@LeandroTorresSicilia windows 10 . so look at the app also in searchbar when search for currency https://currency-portfolio.netlify.app/

i faced the same issue in web also while using multiple selection can not use toggle button to close the list after selection.Seems when close the dropdown, the list stay...

@silviuaavram thanks for answer. Actually my multiselect component works perfectly when i try it in storybook. I used this component with use hook form library, to get the inputs from...

@Aliheym The `taskRepository` is injected into the service through the constructor, as per standard NestJS practices. Here's an example of how it's done: ```typescript import { Injectable } from '@nestjs/common';...

Thank you for your patience, @Aliheym. I believe the confusion arose from the difference in the way the DataSource is initialized and added to the transactional context in the general...

@maisano I updated my whole components routing and made the transition with **react-transition-group**. Thanks for library advice also. For other who want to check how I did it, I want...