playbook_ui 15.4.0.pre.alpha.PLAY2465improvetruncation12292 → 15.4.0.pre.alpha.PLAY2627requiredmultiselectdropdownbug12442
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.md +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_rails.md +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_react.md +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.html.erb +10 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx +10 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_negative.md +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_rails.md +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_react.md +1 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.html.erb +7 -0
- data/app/pb_kits/playbook/pb_currency/docs/_currency_variants.jsx +7 -0
- data/app/pb_kits/playbook/pb_currency/docs/_description.md +2 -2
- data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +44 -3
- data/app/pb_kits/playbook/pb_date_time/_date_time.tsx +3 -0
- data/app/pb_kits/playbook/pb_date_time/date_time.html.erb +1 -0
- data/app/pb_kits/playbook/pb_date_time/date_time.rb +1 -0
- data/app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year.html.erb +4 -0
- data/app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year.jsx +14 -0
- data/app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year_rails.md +1 -0
- data/app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year_react.md +1 -0
- data/app/pb_kits/playbook/pb_date_time/docs/example.yml +3 -1
- data/app/pb_kits/playbook/pb_date_time/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_date_time_stacked/_date_time_stacked.tsx +3 -0
- data/app/pb_kits/playbook/pb_date_time_stacked/date_time_stacked.html.erb +2 -2
- data/app/pb_kits/playbook/pb_date_time_stacked/date_time_stacked.rb +2 -0
- data/app/pb_kits/playbook/pb_date_time_stacked/date_time_stacked.test.js +33 -0
- data/app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_show_current_year.html.erb +4 -0
- data/app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_show_current_year.jsx +22 -0
- data/app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_show_current_year.md +1 -0
- data/app/pb_kits/playbook/pb_date_time_stacked/docs/example.yml +3 -1
- data/app/pb_kits/playbook/pb_date_time_stacked/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_dialog/docs/_dialog_compound_components.html.erb +2 -2
- data/app/pb_kits/playbook/pb_dropdown/index.js +31 -13
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_description.md +3 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.md +1 -0
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.html.erb +1 -1
- data/app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.md +11 -0
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_description.md +3 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_custom_tooltip.md +2 -1
- data/app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.md +1 -0
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_description.md +3 -1
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_color.md +2 -2
- data/app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.md +1 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_description.md +3 -1
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.md +1 -0
- data/app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_legend_position.html.erb +1 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/TipTap/Toolbar.tsx +1 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.tsx +8 -61
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.html.erb +2 -10
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb +11 -19
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_simple.html.erb +1 -5
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.html.erb +1 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +2 -2
- data/app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor.rb +7 -16
- data/app/pb_kits/playbook/pb_table/_table.tsx +28 -26
- data/app/pb_kits/playbook/utilities/_truncate.scss +0 -2
- data/app/pb_kits/playbook/utilities/globalProps.ts +26 -8
- data/app/pb_kits/playbook/utilities/test/globalProps/alignContent.test.js +18 -0
- data/app/pb_kits/playbook/utilities/test/globalProps/alignItems.test.js +18 -0
- data/app/pb_kits/playbook/utilities/test/globalProps/alignSelf.test.js +18 -0
- data/app/pb_kits/playbook/utilities/test/globalProps/display.test.js +18 -0
- data/app/pb_kits/playbook/utilities/test/globalProps/flex.test.js +18 -0
- data/app/pb_kits/playbook/utilities/test/globalProps/flexDirection.test.js +18 -0
- data/app/pb_kits/playbook/utilities/test/globalProps/flexGrow.test.js +18 -0
- data/app/pb_kits/playbook/utilities/test/globalProps/flexShrink.test.js +18 -0
- data/app/pb_kits/playbook/utilities/test/globalProps/flexWrap.test.js +18 -0
- data/app/pb_kits/playbook/utilities/test/globalProps/justifyContent.test.js +18 -0
- data/app/pb_kits/playbook/utilities/test/globalProps/justifySelf.test.js +18 -0
- data/app/pb_kits/playbook/utilities/test/globalProps/order.test.js +18 -0
- data/dist/chunks/{_line_graph-eQNOB_GQ.js → _line_graph-BuucBJlH.js} +1 -1
- data/dist/chunks/_typeahead-VFd5WMRg.js +6 -0
- data/dist/chunks/{_weekday_stacked-CvJHyUq6.js → _weekday_stacked-B4_b9xef.js} +2 -2
- data/dist/chunks/{lib-BCrK6CFU.js → lib-COXg9aPA.js} +1 -1
- data/dist/chunks/{pb_form_validation-Cj4vdjWI.js → pb_form_validation-DR765aoq.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/playbook-doc.js +19 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +25 -10
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default_rails.md +0 -7
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline_rails.md +0 -1
- data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky_rails.md +0 -1
- data/dist/chunks/_typeahead-vbfetkuE.js +0 -24
data/lib/playbook/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: playbook_ui
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 15.4.0.pre.alpha.
|
|
4
|
+
version: 15.4.0.pre.alpha.PLAY2627requiredmultiselectdropdownbug12442
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Power UX
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2025-11-
|
|
12
|
+
date: 2025-11-18 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: actionpack
|
|
@@ -923,6 +923,7 @@ files:
|
|
|
923
923
|
- app/pb_kits/playbook/pb_currency/currency.test.js
|
|
924
924
|
- app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.html.erb
|
|
925
925
|
- app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.jsx
|
|
926
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_abbreviated.md
|
|
926
927
|
- app/pb_kits/playbook/pb_currency/docs/_currency_alignment.html.erb
|
|
927
928
|
- app/pb_kits/playbook/pb_currency/docs/_currency_alignment.jsx
|
|
928
929
|
- app/pb_kits/playbook/pb_currency/docs/_currency_alignment_swift.md
|
|
@@ -931,10 +932,15 @@ files:
|
|
|
931
932
|
- app/pb_kits/playbook/pb_currency/docs/_currency_comma_separator.md
|
|
932
933
|
- app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals.html.erb
|
|
933
934
|
- app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals.jsx
|
|
935
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_rails.md
|
|
936
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_matching_decimals_react.md
|
|
934
937
|
- app/pb_kits/playbook/pb_currency/docs/_currency_negative.html.erb
|
|
935
938
|
- app/pb_kits/playbook/pb_currency/docs/_currency_negative.jsx
|
|
939
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_negative.md
|
|
936
940
|
- app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol.html.erb
|
|
937
941
|
- app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol.jsx
|
|
942
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_rails.md
|
|
943
|
+
- app/pb_kits/playbook/pb_currency/docs/_currency_no_symbol_react.md
|
|
938
944
|
- app/pb_kits/playbook/pb_currency/docs/_currency_null_display.html.erb
|
|
939
945
|
- app/pb_kits/playbook/pb_currency/docs/_currency_null_display.jsx
|
|
940
946
|
- app/pb_kits/playbook/pb_currency/docs/_currency_null_display_rails.md
|
|
@@ -1170,6 +1176,10 @@ files:
|
|
|
1170
1176
|
- app/pb_kits/playbook/pb_date_time/docs/_date_time_default.jsx
|
|
1171
1177
|
- app/pb_kits/playbook/pb_date_time/docs/_date_time_default_swift.md
|
|
1172
1178
|
- app/pb_kits/playbook/pb_date_time/docs/_date_time_props_swift.md
|
|
1179
|
+
- app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year.html.erb
|
|
1180
|
+
- app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year.jsx
|
|
1181
|
+
- app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year_rails.md
|
|
1182
|
+
- app/pb_kits/playbook/pb_date_time/docs/_date_time_show_current_year_react.md
|
|
1173
1183
|
- app/pb_kits/playbook/pb_date_time/docs/_date_time_size.html.erb
|
|
1174
1184
|
- app/pb_kits/playbook/pb_date_time/docs/_date_time_size.jsx
|
|
1175
1185
|
- app/pb_kits/playbook/pb_date_time/docs/_date_time_size_swift.md
|
|
@@ -1185,6 +1195,9 @@ files:
|
|
|
1185
1195
|
- app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_default.jsx
|
|
1186
1196
|
- app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_default_swift.md
|
|
1187
1197
|
- app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_props_swift.md
|
|
1198
|
+
- app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_show_current_year.html.erb
|
|
1199
|
+
- app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_show_current_year.jsx
|
|
1200
|
+
- app/pb_kits/playbook/pb_date_time_stacked/docs/_date_time_stacked_show_current_year.md
|
|
1188
1201
|
- app/pb_kits/playbook/pb_date_time_stacked/docs/example.yml
|
|
1189
1202
|
- app/pb_kits/playbook/pb_date_time_stacked/docs/index.js
|
|
1190
1203
|
- app/pb_kits/playbook/pb_date_year_stacked/_date_year_stacked.scss
|
|
@@ -2450,6 +2463,7 @@ files:
|
|
|
2450
2463
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_colors_react.md
|
|
2451
2464
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.html.erb
|
|
2452
2465
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.jsx
|
|
2466
|
+
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_default.md
|
|
2453
2467
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.html.erb
|
|
2454
2468
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.jsx
|
|
2455
2469
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_height.md
|
|
@@ -2460,6 +2474,7 @@ files:
|
|
|
2460
2474
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_non_clickable.jsx
|
|
2461
2475
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.html.erb
|
|
2462
2476
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.jsx
|
|
2477
|
+
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_legend_position.md
|
|
2463
2478
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.html.erb
|
|
2464
2479
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_negative_numbers.jsx
|
|
2465
2480
|
- app/pb_kits/playbook/pb_pb_bar_graph/docs/_pb_bar_graph_secondary_y_axis.html.erb
|
|
@@ -2495,6 +2510,7 @@ files:
|
|
|
2495
2510
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_data_with_legend.jsx
|
|
2496
2511
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.html.erb
|
|
2497
2512
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.jsx
|
|
2513
|
+
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_default.md
|
|
2498
2514
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.html.erb
|
|
2499
2515
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_inner_sizes.jsx
|
|
2500
2516
|
- app/pb_kits/playbook/pb_pb_circle_chart/docs/_pb_circle_chart_live_data.jsx
|
|
@@ -2519,6 +2535,7 @@ files:
|
|
|
2519
2535
|
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_complex.md
|
|
2520
2536
|
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.html.erb
|
|
2521
2537
|
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.jsx
|
|
2538
|
+
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_default.md
|
|
2522
2539
|
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.html.erb
|
|
2523
2540
|
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_disable_animation.jsx
|
|
2524
2541
|
- app/pb_kits/playbook/pb_pb_gauge_chart/docs/_pb_gauge_chart_full_circle.html.erb
|
|
@@ -2551,6 +2568,7 @@ files:
|
|
|
2551
2568
|
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_colors.md
|
|
2552
2569
|
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.html.erb
|
|
2553
2570
|
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.jsx
|
|
2571
|
+
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_default.md
|
|
2554
2572
|
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.html.erb
|
|
2555
2573
|
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.jsx
|
|
2556
2574
|
- app/pb_kits/playbook/pb_pb_line_graph/docs/_pb_line_graph_height.md
|
|
@@ -2812,12 +2830,10 @@ files:
|
|
|
2812
2830
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_attributes.jsx
|
|
2813
2831
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.html.erb
|
|
2814
2832
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.jsx
|
|
2815
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default_rails.md
|
|
2816
2833
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.html.erb
|
|
2817
2834
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.jsx
|
|
2818
2835
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline.html.erb
|
|
2819
2836
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline.jsx
|
|
2820
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_inline_rails.md
|
|
2821
2837
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_more_extensions.jsx
|
|
2822
2838
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_more_extensions.md
|
|
2823
2839
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_preview.html.erb
|
|
@@ -2826,7 +2842,6 @@ files:
|
|
|
2826
2842
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_simple.jsx
|
|
2827
2843
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.html.erb
|
|
2828
2844
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.jsx
|
|
2829
|
-
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky_rails.md
|
|
2830
2845
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_templates.html.erb
|
|
2831
2846
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_templates.jsx
|
|
2832
2847
|
- app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_toolbar_bottom.html.erb
|
|
@@ -3827,13 +3842,13 @@ files:
|
|
|
3827
3842
|
- app/pb_kits/playbook/utilities/test/globalProps/truncate.test.js
|
|
3828
3843
|
- app/pb_kits/playbook/utilities/text.ts
|
|
3829
3844
|
- app/pb_kits/playbook/utilities/validEmojiChecker.ts
|
|
3830
|
-
- dist/chunks/_line_graph-
|
|
3831
|
-
- dist/chunks/_typeahead-
|
|
3832
|
-
- dist/chunks/_weekday_stacked-
|
|
3845
|
+
- dist/chunks/_line_graph-BuucBJlH.js
|
|
3846
|
+
- dist/chunks/_typeahead-VFd5WMRg.js
|
|
3847
|
+
- dist/chunks/_weekday_stacked-B4_b9xef.js
|
|
3833
3848
|
- dist/chunks/componentRegistry-DzmmLR2x.js
|
|
3834
3849
|
- dist/chunks/lazysizes-B7xYodB-.js
|
|
3835
|
-
- dist/chunks/lib-
|
|
3836
|
-
- dist/chunks/pb_form_validation-
|
|
3850
|
+
- dist/chunks/lib-COXg9aPA.js
|
|
3851
|
+
- dist/chunks/pb_form_validation-DR765aoq.js
|
|
3837
3852
|
- dist/chunks/vendor.js
|
|
3838
3853
|
- dist/menu.yml
|
|
3839
3854
|
- dist/playbook-doc.js
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
The Rails RichTextEditor is a React-Rendered-Rails component that uses [Tiptap](https://tiptap.dev/) and requires the following packages to be installed in your project:
|
|
2
|
-
|
|
3
|
-
- `@tiptap/react`
|
|
4
|
-
- `@tiptap/starter-kit`
|
|
5
|
-
- `@tiptap/extension-link`
|
|
6
|
-
|
|
7
|
-
Once installed, the editor is initialized automatically when you use the component. Unlike the [React Advanced RichTextEditor](https://playbook.powerapp.cloud/kits/rich_text_editor/react#advanced-default) variant, [custom extensions](https://playbook.powerapp.cloud/kits/rich_text_editor/react#advanced-extra-extensions) are not currently supported. The doc examples below showcase some preset prop-enabled Rails RichTextEditor customizations.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
When the optional `inline` prop is set to true, the editor borders and the toolbar will only be visible when hovered or focused on.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Use the optional `sticky` prop to make the toolbar sticky on scroll.
|