fundamental-vue icon indicating copy to clipboard operation
fundamental-vue copied to clipboard

Amend Vue docs and showcases by colon (:) for Input Form

Open mengbingguo opened this issue 4 years ago • 0 comments

Description

Having a colon at the end of the label is mandatory in the Fiori Guidelines (SAPUI5 renders that automatically). From reading the FD Vue docs, I don't know how I would achieve that. Also, the showcases need colon in input label by default to be Fiori-compliant.

Reproduction

SAPUI5: image

Fundamental Vue: image

Reference

Fiori Guidelines: https://experience.sap.com/fiori-design-web/form/#guidelines

At the end of the label, the form container automatically inserts a colon (:), which is triggered by the stylesheet. Do not write the colon manually in the label text.

mengbingguo avatar Jan 08 '21 15:01 mengbingguo