-
-
### Things to check
- [X] I have searched the **existing issues** for this bug
- [X] To rule out a caching problem I made sure the bug also happens in an **incognito tab**
### Bug type
Component
#…
-
### Description
Hi, I am having an issue with my UITextField, When a secureTextEntry is true and I try to edit it, it keeps getting cleared.
I understand that it works as intended by IOS, but I …
-
The package Dropdown02 works great until the TextField is focused. The dropdown button is irresponsive (not open) after the TextField is clicked. Even after the Textfiled is unfocused (by unfocus() on…
-
### Steps to reproduce the issue
Open the Options in eg articles manager or global settings
Compare width of switcher with list (dropdown) or text fields.
![image](https://user-images.githubuserc…
-
**Describe the bug**
When `dismissOnCapturedTaps` is set to true in `KeyboardDismissOnTap` user is not able to copy text / select text from SelectableText or from TextField etc.
**To Reproduce**
…
-
So I have reusable HTML component, ex textfield. For example its look like this:
**textfield.leaf**
```
#(title)
```
Also I have …
-
### Problem to solve
Let's say a dev want all textfields, selects, autocompletes, etc. to be outlined.
He can't do
```
createVuetify({
defaults: {
global: {
variant: 'outlined'
…
-
I want to update the textfield content from outside, so I give in a new value into field value.
But the component don't accept the new content.
I forked the code and removed the state of the field…
-
i have my own ui library and my form elements uses useField
```
import React from 'react';
import { TextField } from '../input/Input';
interface Props {
readonly name: string
}
export …