-
I am encountering an issue when using the react-native-autocomplete-dropdown library within a React Native modal. The dropdown list appears behind the modal and is not interactable. Additionally, when…
-
### ✅ Prerequisites
- [✅ ] Did you perform a cursory search of open issues? Is this question already asked elsewhere?
- [✅] Are you reporting to the correct repository (`magic-sdk`)?
### ❓ Ques…
AB7zz updated
3 weeks ago
-
Design: https://www.figma.com/design/8L9BXMzNTKboGWlHpdXyYP/Appsmith-IDE?node-id=240-16068&node-type=FRAME&t=a02mY5k4Qga02oV8-0
## Checklist
- [ ] Add `SECTION_V2`, `SINGLE_COLUMN_ZONE`, and `DOU…
-
Investigate improvements to documentation:
- https://docs.camunda.io/docs/next/apis-tools/frontend-development/forms/customize-and-extend/integrate-api-data/
Customer/consultants could not find…
-
When generating codes from OpenAPI schema, the parameters of request body and response use the names defined in the schema as they are. For example, if a parameter is defined as a snake case, it is ne…
-
Hi!
I'm creating a drawing-like component using skia and gesture handler. My code looks like this (simplified):
```JavaScript
const DrawBoard = forwardRef(({style}, ref) => {
const path = useSha…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
# Description
According to the spec [3.2.4. Selecting Slot-Assigned Content: the ::slotted() pseudo-element](https://drafts.csswg.org/css-scoping/#slotted-pseudo):
> The specificity of `::slotte…
-
## Problem
Currently our datepicker inputs always show the calendar popover, and this leads to a pretty cumbersome interface in places like the search filters where we have both a before and after da…
-
### Describe the problem
I use Tailwind to style my SvelteKit application. 95% of the styles end up in one CSS file. However, for some components, Tailwind utilities are not sufficient, and I write…