I. MERABTENE

Results 30 comments of I. MERABTENE

@afc163 My bad, the sandbox was in private state. I updated the link. [https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-kv3dpg?file=%2Findex.js](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-kv3dpg?file=%2Findex.js)

@MadCcc All other components behave differently, and in some cases it messes up the form. For example with a large placeholder in this case: ![image](https://github.com/ant-design/ant-design/assets/95150308/46eaaed5-0e68-480d-ba54-8de7deb04ef6) The Select component should behave...

> change the width to 450 That's not the point. We don't always manually specify the width of a container, that was just an example to illustrate the issue. The...

This just happened with us on the latest version 1.1.2, the function executions were running just fine and at a moment function executions failed for an unknown reason the reported...

+1, This needs to be fixed. @chenshuai2144 ChatGPT answers are useless.

> @DanielAlbertSwan, what happens if you do: > > ```dart > createOAuth2Session(provider: "microsoft", success: "http://localhost:"); > ``` > > I actually assume flutter_web_auth_2 will work fine, but the Appwrite SDK...

@Michota Thanks for the quick answer, I did that and I faced another problem. The DataGrid ref offers no utilities to focus on a specific cell, We can use the...

@DLowHP That's unfortunate, We really thought we finally found the perfect library for our project but everyone said no to this and there's no easy way to fix this. Everyone...

@meepeek How do you solve the race condition problem without transactions ? Let's say we have a post likes counter you want to increment every time a user likes the...