-
**What problem you are trying to solve?**
We're using imask as part of mui-like input component, it has placeholder displayed by default, and upon click moves it up and shows currency input.
htt…
-
**Proposer**: @blueo
**Contributors**: @jakxnz
**Area**: Silverstripe CMS UI
**Posted**: December 2nd, 2024
**Status**: Open
# What’s being recommended
Create first-class development pattern…
blueo updated
3 hours ago
-
My cognito pool collects phone numbers at sign up. The Authenticator UI in react allows for modifying the phone number field to allow dropdown selection of country codes, but I can't seem to fine the …
-
1. `npm install rc-input-number`
2. Added `import InputNumber from 'rc-input-number'`
3. Added ``
I'm using React Native 0.45.1 and React 16.
Copy from https://github.com/react-component/input…
-
## Feature request
### Overview
The [ValidityState](https://www.radix-ui.com/primitives/docs/components/form#validitystate) component is handy if you need to access a form field's validity s…
-
# Popover
## Description
## Design Spec
[Link to Design Spec in Figma](https://www.figma.com/file/j3IVtJidhjbqUzKulEeA5o/Popover?fuid=1083800827062026274)
## Engineering Spec
### Inputs
* [List al…
-
# Component Name
## Component Description
## Design Spec
[Link to Design Spec in Figma]()
## Engineering Spec
### Inputs
* [List all inputs into the component]
* [e.g. @attr public paused: boolea…
-
# ComboBox
## Component Description
## Design Spec
[Link to Design Spec in Figma](https://www.figma.com/file/D3Rk6OfNCauW3py6liMwar/Combobox?node-id=847%3A529&t=9qXkeW31DqCLfKdm-0)
## Engineering S…
-
### What problem does this feature solve?
Currently, it is not possible to disable spellCheck for the input field of Ant's component.
See that others have already encountered this issue, and mo…
-
### 错误信息
Input is not defined
### 对应代码:
```
import {Input, InputNumber } from 'antd';
const FinalInput = ComponentType === 'number' ? InputNumber: Input;
```
### istanbul插桩结果
```
var F…