-
### Bug already reported?
- [X] I confirm that I have checked if the bug already has been reported
### For which framework/library you are reporting the bug
_No response_
### Component name
radio…
-
KOLIBRI-404
-
### Discussed in https://github.com/Textualize/textual/discussions/5213
Originally posted by **learnbyexample** November 6, 2024
Here's a sample program:
```python
from textual.app import…
-
This Epic represents the work of the Design System team to create a new RadioButton component within the va-mobile-library repo. This does NOT include the work to incorporate the new component through…
-
### tdesign-react 版本
1.10.0
### 重现链接
https://stackblitz.com/edit/react-wwzryl?file=src%2Fdemo.tsx
### 重现步骤
import React, { useState } from 'react';
import { Table, Checkbox, Radio, Space, Tag } …
-
### Does the component already exist
- [X] I confirm that I have checked if the component already exists in any of the Green libraries
### For which framework/library you are requesting the comp…
-
I have the following code:
```
try {
$result = v::key(
'textblok1',
v::when(
v::key('radiobutton', v::equals('textblok1')),
v::notEmpty()
)
)->assert($this->pos…
-
### Description
We have updated all our projects to support .NET 9.0. As previously noted, our projects use a custom theme that functions well in .NET 8.0 and other frameworks but has been causing is…
-
### Description
I have code that includes `RadioButton` elements, which works perfectly on Android. However, on iOS, the screen appears blank. When I comment out the `RadioButton` elements, the layou…
-
### Description
RadioButtons are a type of user interface element that allows users to select one option from a predefined set of options. Unlike checkboxes, which allow for multiple selections, Radi…