yewprint/src
Simon Bihel 31a3ba8946
Add grow_vertically to TextArea (#171)
This change replicates the behaviour on Blueprint.

Improvements could include:
1. adding support for the `value` property and generating the element
with the appropriate height; and
2. reduce the height when text is deleted.

Close #158
2023-04-24 09:57:21 +02:00
..
button_group.rs Update dependencies (#154) 2022-12-14 10:26:26 +01:00
buttons.rs Add components Portal and Overlay (#161) 2022-12-19 16:49:06 +01:00
callout.rs Rewrite Icon API (#160) 2022-12-14 17:42:43 +01:00
card.rs Add components Portal and Overlay (#161) 2022-12-19 16:49:06 +01:00
checkbox.rs Update dependencies (#154) 2022-12-14 10:26:26 +01:00
collapse.rs Update dependencies (#154) 2022-12-14 10:26:26 +01:00
control_group.rs Update dependencies (#154) 2022-12-14 10:26:26 +01:00
divider.rs Rewrite Icon API (#160) 2022-12-14 17:42:43 +01:00
html_elements.rs Update dependencies (#154) 2022-12-14 10:26:26 +01:00
html_select.rs HtmlSelect: fix handling of unchanged option selection (#167) 2023-03-01 15:50:38 +01:00
icon.rs Add components Portal and Overlay (#161) 2022-12-19 16:49:06 +01:00
icon_svg_paths.rs Rewrite Icon API (#160) 2022-12-14 17:42:43 +01:00
input_group.rs Rewrite Icon API (#160) 2022-12-14 17:42:43 +01:00
lib.rs Make Slider component work on touch devices (#168) 2023-04-04 20:34:33 +02:00
menu.rs Rewrite Icon API (#160) 2022-12-14 17:42:43 +01:00
numeric_input.rs Rewrite Icon API (#160) 2022-12-14 17:42:43 +01:00
overlay.rs Add components Portal and Overlay (#161) 2022-12-19 16:49:06 +01:00
panel_stack.rs Rewrite Icon API (#160) 2022-12-14 17:42:43 +01:00
portal.rs Add components Portal and Overlay (#161) 2022-12-19 16:49:06 +01:00
progress_bar.rs Allow ratio or percentage in <ProgressBar/> (#162) 2022-12-19 17:32:15 +01:00
radio.rs Update dependencies (#154) 2022-12-14 10:26:26 +01:00
radio_group.rs Update dependencies (#154) 2022-12-14 10:26:26 +01:00
slider.rs Capture pointer synchronously (#169) 2023-04-05 14:16:33 +01:00
spinner.rs Update dependencies (#154) 2022-12-14 10:26:26 +01:00
switch.rs Update dependencies (#154) 2022-12-14 10:26:26 +01:00
tabs.rs Update dependencies (#154) 2022-12-14 10:26:26 +01:00
tag.rs Rewrite Icon API (#160) 2022-12-14 17:42:43 +01:00
text.rs Update dependencies (#154) 2022-12-14 10:26:26 +01:00
text_area.rs Add grow_vertically to TextArea (#171) 2023-04-24 09:57:21 +02:00
tree.rs Implement Debug and ImplicitClone for TreeData (#164) 2023-02-01 10:17:54 +01:00