Fixed
Status Update
Comments
an...@google.com <an...@google.com>
ma...@google.com <ma...@google.com>
ma...@google.com <ma...@google.com> #2
Hello,
Thank you for reporting this feature request.
In order to not misunderstand it, you want to be able to insert into a document
Also, what would be your benefit of having this implemented?
Thank you!
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #3
I would also like to make this request to insert new smart chips into Google Docs using both the API and Apps Script functions.
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #4
Hi,
What would also be the benefit for you of having this feature implemented?
Regards.
pr...@google.com <pr...@google.com> #5
That works enable me to insert smart chips into a Google doc which I'm
generating via Google sheets alp script.
On Mon, Mar 28, 2022, 09:18 <buganizer-system@google.com> wrote:
generating via Google sheets alp script.
On Mon, Mar 28, 2022, 09:18 <buganizer-system@google.com> wrote:
Description
Jetpack Compose version:
Jetpack Compose component(s) used: OutlinedTextField
Android Studio Build: Koala
Kotlin version:
Steps to Reproduce or Code Sample to Reproduce:
Create a simple Composable function containing an OutlinedTextField with a fixed height constraint (e.g., using
Modifier.height(42.5.dp)
)Run the app on an emulator.
Observe that the OutlinedTextField initially displays with the correct fixed height.
Tap on the OutlinedTextField to bring it into focus.
Notice that the height of the OutlinedTextField shrinks unexpectedly, despite the fixed height constraint.
Code
Stack trace (if applicable):