You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2022/04/29 07:07:00 UTC

[jira] [Updated] (ISIS-2076) [Wish] Allow action parameter label to be used as placeholder text instead of to the TOP or LEFT. This would be a new type of "position"

     [ https://issues.apache.org/jira/browse/ISIS-2076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber updated ISIS-2076:
-----------------------------
    Summary: [Wish] Allow action parameter label to be used as placeholder text instead of to the TOP or LEFT.  This would be a new type of "position"  (was: Allow action parameter label to be used as placeholder text instead of to the TOP or LEFT.  This would be a new type of "position")

> [Wish] Allow action parameter label to be used as placeholder text instead of to the TOP or LEFT.  This would be a new type of "position"
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ISIS-2076
>                 URL: https://issues.apache.org/jira/browse/ISIS-2076
>             Project: Isis
>          Issue Type: Wish
>          Components: Isis Viewer Wicket
>    Affects Versions: 1.16.2
>            Reporter: Daniel Keir Haywood
>            Priority: Major
>         Attachments: param-label-overlapping.png
>
>
> as per [https://getbootstrap.com/docs/4.0/components/forms/#readonly]
> eg:
> {code:java}
> @ActionParameter(labelPosition=PLACEHOLDER)
> ...{code}
>  
> As a further improvement, maybe there could also be an AUTO (or RESPONSIVE) option that will dynamically figure out the best place to render the label given the space available.
> eg:
> {code:java}
> @ActionParameter(labelPosition=AUTO)
> ...{code}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)