Skip to content
Discussion options

You must be logged in to vote

Hi @happybeginning1,

You can position a row of chips absolutely inside the ui.input element:

with ui.textarea().props('outlined').classes('w-96'):
    with ui.row().classes('absolute top-0 right-0 gap-0'):
        ui.chip('Text1')
        ui.chip('Text2')
        ui.chip('Text3')

Otherwise the HTML <input> element and the three chips would be siblings, sharing the available space.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@happybeginning1
Comment options

Answer selected by happybeginning1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants