liniu

Results 10 issues of liniu

is there any support for changing the size of an image?

建议增加编组和取消编组功能

### Existing Component Yes ### Component Name All input text components ### Description All input text components support floating labels. see https://primefaces.org/primevue/showcase/#/floatlabel

Community::Feature Request
inactive
Component::Input

### 这个功能解决了什么问题? 选项值并非true或false,可能是1或0 ,或者其他字符串。 ### 你期望的组件设计是怎样的? 类似switch 的active-value和inactive-value,为checkbox和radio 增加true-value,false-value,默认值分别为true 和false, 可以自定义 可能是1或0 ,或者其他字符串。增加组件的易用性。

Feature Request

### 这个功能解决了什么问题? 有时候悬浮按钮只需要一个按钮 ### 你期望的组件设计是怎样的? 悬浮按钮可否增加类似下面的样式 ![image](https://github.com/user-attachments/assets/ce8f1257-93cd-4f50-bd7b-db20c80d252c)

🚀 feature request
👏 pr welcome

### Wot Design Uni 版本号 1.3.10 ### 平台 h5 ### 复现Demo地址(如不提供,issue将被直接关闭) 暂时没有 ### 重现步骤 ![image](https://github.com/user-attachments/assets/8bf22cbd-848a-4243-8712-ec42cb4f583e) ``` 男 女 ...... ``` ### 期望的结果是什么? radio-group 放在form cell 里面,能和其他组件一样,保持同样的高度。 ### 实际的结果是什么? radio-group 放在form...

🐞bug: need confirm

### 这个功能解决了什么问题? 可否增加一个周选择组件,在工作日历、待办事项、预约挂号等挺常见 ![image](https://github.com/user-attachments/assets/4c47bb6a-e8e7-46bb-8aee-b8b5bf996741) ### 你期望的 API 是什么样子的? ``````

feature: need confirm

### 这个功能解决了什么问题? 当tabs pane 里面的内容下拉时,tab 标题可以sticky在头部。 ### 你期望的组件设计是怎样的? 当tabs pane 里面的内容下拉时,tab 标题可以sticky在头部。

🚀 feature request

有一些场景,查询数据库然后输出系列化为json,或者如读取json字符串,直接存入表。可是rbatis 默认是snake case,如果 加上 #[serde(rename_all = "camelCase")] 则不行,有什么简单的支持?

help wanted
done