You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a colon is mandatory in the Fiori Guidelines (SAPUI5 renders that automatically), in the Fundamental React docs it's rather displayed as an additional case and not the default.
I think we should make it Fiori-compliant, showcases need to have colon in input label by default.
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.
The text was updated successfully, but these errors were encountered:
mengbingguo
changed the title
Input Label - No colon (:) automatically inserted at the end
Form Input Label - No colon (:) automatically inserted at the end
Jan 8, 2021
mengbingguo
changed the title
Form Input Label - No colon (:) automatically inserted at the end
Amend React docs and showcases by colon (:) for Input Form
Jan 8, 2021
Description
Having a colon is mandatory in the Fiori Guidelines (SAPUI5 renders that automatically), in the Fundamental React docs it's rather displayed as an additional case and not the default.
I think we should make it Fiori-compliant, showcases need to have colon in input label by default.
Reproduction
SAPUI5:
Fundamental React:
Reference
Fiori Guidelines: https://experience.sap.com/fiori-design-web/form/#guidelines
Fundamental React Docs: https://sap.github.io/fundamental-react/iframe.html?id=component-api-forms-formlabel--primary&viewMode=docs#include-colon
The text was updated successfully, but these errors were encountered: