-
Currently Translation fields are set with a verbose name of the model name and appended with the translation language code in brackets.
It would be nice to be able to customize the verbose name. I …
-
I would like to be able to pass some options through the blocks to avoid creating a new block for each variation I need.
For example, we create a lot of lite version of blocks with less fields, for…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I'm building a form field component with named Slot to put specific content at a specific place, but named Slot are not projected …
-
I get this error when I trie to create a campaign. Full error:
```
Error: Function "createCampaign" requires 6 arguments, but 0 were provided.
Expected function signature: contract.call("createCa…
-
I have made a server which I POST a form to.
When I access a field in the form e.g.: `name` I expect to do
```c++
QString name = data->request->formField("name");
```
However, the return type of …
-
```
to be exact - FormField etends FormMetaItem.. how a transition from one to
another will be done? maybe just copy all attributes...
```
Original issue reported on code.google.com by `horak.honza@…
-
Does this package have compatibility with shadcn? I was looking through the issues, but didn't see anything regarding that.
For example, something like this:
```
import {
Form,
FormContro…
-
```
disabled setText on FormField and allow only setValue()
```
Original issue reported on code.google.com by `luciano.broussal@gmail.com` on 7 Mar 2011 at 4:12
-
In order for any tick marks the widget must have a range to paint them in a for-loop. This is normally done via the context so we might have to sneak in something iterable into the form field that is …
hmpf updated
2 months ago
-
FormFields/Inputs…. in your Figma files, you show disabled variants for inputs, the borders, labels, values all become lighter in style to show as disabled (but there are no examples of this variant w…