-
The currently defined Mask regex values available are:
```ts
export const DEFAULT_MASK_FORMAT_CHARS: { [key: string]: RegExp } = {
'9': /[0-9]/,
a: /[a-zA-Z]/,
'*': /[a-zA-Z0-9]/
};
```…
-
### Bug Report
- __Package version(s)__: 5.85.0
- __Browser and OS versions__: Firefox v. 59.0.2, Windows 10 v. 1709
#### Priorities and help requested (not applicable if asking question):
A…
-
For components that are still utilized.
-
Hi Team,
Can we have a comma separator for number's in TextField(as number). ?
Regards,
Pavan.
-
Several components in Fabric 6 yield non-deterministic behavior when props that are meant to set the initial state are used concurrently with props that are meant to fully control the component. In Fa…
-
- [ ] apps/fabric-website/src/components/App/App.tsx
- [ ] date-time/src/components/Calendar/Calendar.base.tsx
- [ ] date-time/src/components/Calendar/CalendarDay/CalendarDay.base.tsx
- [ ] experim…
-
I'm trying to use MaskedTextField with keyboardType "number" and mask "999.999.999-99", but it doesn't work.
It works if I use other mask like this "(999) 999999" or keyboardType "phone"
-
On Android, when typing very fast in an already filled masked text input, it makes the app crash. Suppose you have an input like this :
```
```
If you type in a valid number according to the …
-
Svelte + native rocks ... :)
Is there easy way to import UI plugin (MaskedTextField for example ) from https://market.nativescript.org/
and use it in svelte markup as component?
Thanks
-
i'm try use this plugin with reactforms but no success. I receive the error
`ERROR Error: No value accessor for form control with name: 'cpf'`
Has some chance to use this with formControl,formGr…