-
## Outstanding work as of January 2022
[query for Input labeled issues](https://github.com/microsoft/fluentui/labels/Component%3A%20Input)
- [x] RC prep (mostly done) - #20936
- [x] a11y pass (…
-
To make sure that Flutter can always bring up the keyboard I made the window of virtual display's presentation non focusable.
As a result the embedded Android views cannot bring up the keyboard.
W…
-
### [We have a ROADMAP now 🎉](https://github.com/fomantic/Fomantic-UI/blob/master/ROADMAP.md)
---
We created Fomantic-UI (FUI) to continue the active development of Semantic-UI (SUI) until devel…
-
Hi, thanks for this great library -- it's easy to implement with existing input components (material ui v4), so that's the approach I'm taking with the usePhoneInput hook.
The challenge I have is …
-
I'm supporting MetaMask and WalletConnect in my Angular 9 DApp. And I was asking myself, is there a way for ethers.js to instantiate a provider/signer which fits the need of WalletConnect?
You need t…
-
SO I have a scanner to scan a barcode and extract the numbers from it. if you do it the first time it works. after the barcode is submitting and you push the camera button I made to open the modal tha…
-
## Description
Running `trivy fs --scanners vuln --skip-dirs "node_modules,vendor" ./` on a repository with yarn.lock and package.json files fails with fatal error.
```
2023-04-03T10:35:11.103+…
-
Compile everything to WebAssembly
This work is going to be handled in phases. We're starting from:
- [x] https://github.com/dotnet/aspnetcore/issues/29630
Related .NET 6 users stories:
- […
-
The `Input` component has both
```ts
inputComponent?: React.ReactNode;
```
and
```ts
inputProps?:
| React.TextareaHTMLAttributes
| React.InputHTMLAttributes;
```
The first th…
-
I think it would be nice to have the [stage 1 private fields proposal](https://github.com/tc39/proposal-private-fields) implemented in TypeScript. It'll mostly supercede the current pseudo-private imp…