Form Smart Paste: Implement Demos#30986
Conversation
06a62fe to
08b40f7
Compare
| type: 'normal' | ||
| }; | ||
|
|
||
| smartPasteButtonOptions = { |
There was a problem hiding this comment.
| smartPasteButtonOptions = { | |
| smartPasteButtonOptions: DxButtonTypes.Properties = { | |
| stylingMode: 'contained', | |
| type: 'default', | |
| } |
same for other frameworks
There was a problem hiding this comment.
Let's add test scenario and compare 2 screenshots: initial and with loader
There was a problem hiding this comment.
discussed, that it would be unwise to do so on demos, since this way we will spend tokens every time this tests will run, so we will need to mock AI request
created a card for this test
| } | ||
|
|
||
| ::ng-deep .buttons-group .dx-item { | ||
| flex: unset!important; |
There was a problem hiding this comment.
| flex: unset!important; | |
| flex: unset !important; |
| @@ -0,0 +1,130 @@ | |||
| <div id="form-container"> | |||
| <div class="instruction" id="textarea-label" | |||
| >Copy text from the editor below to the clipboard. Edit the text to see how | |||
There was a problem hiding this comment.
Is all okay with formatting here?
There was a problem hiding this comment.
it was formatted by prettifier
pnpm run prettier --write Demos/Form/SmartPaste/Angular/app/app.component.html
| }, { | ||
| itemType: 'group', | ||
| cssClass: 'buttons-group', | ||
| colCountByScreen, |
There was a problem hiding this comment.
| colCountByScreen, | |
| colCount: 2, |
There was a problem hiding this comment.
with just colCount it will be one column on small screens, but by design we should have two columns everywhere
Signed-off-by: Julia Volkova <juleari@users.noreply.github.com>
20096eb to
819be40
Compare
No description provided.