markdown_widget_builder 0.0.3 markdown_widget_builder: ^0.0.3 copied to clipboard
Widget builder for surveys defined using markdown-like syntax.
0.0.3 #
- Added an argument to indicate whether the input widget is required.
- Added a pagination widget.
- Added click event handling to radio button widgets and checkbox widgets.
- Adjusted the maximum string length of the label for radio buttons and checkboxes that can be displayed in a single line.
- Allowed extra space in the markdown file.
- Replaced the path "assets/survey.md" with "example/assets/sample_markdown.md".
- "Required" note will be automatically added to the mandatory fields.
- Used escape characters to represent brackets in radio button and checkbox labels.
0.0.2 #
- Renamed from
markdown_widgets
tomarkdown_widget_builder
as there is already a similarmarkdown_widget
.
0.0.1 #
- Initial release of the package.