Cannot use fullwidth and stacked at the same time
#5440
Replies: 9 comments
-
DefaultStackedFull-widthStacked + Full-widthWe don't handle issues generated by 3rd party custom fields, you have 100% control over the UI and should be able to tweak the styling depending on your requirement. |
Beta Was this translation helpful? Give feedback.
-
|
@crynobone This issue is with Nova, not the custom field. You can see the issue on your own screenshot. Clearly this (fullwidth + stacked) is NOT fullwidth lol I have no control over the width of the field other than those 2 options. |
Beta Was this translation helpful? Give feedback.
-
|
This is clearly not fullwidth. My field can't be fullwidth because of how Nova wrap the fields as seen here: |
Beta Was this translation helpful? Give feedback.
-
|
So the label is w-1/5 and the field is w-4/5. When using fullwidth and stacked togerther; The flex direction is changed to column, but the field is still w-4/5 instead of w-5/5 or w-full which defeat the purpose of calling if "fullwidth". |
Beta Was this translation helpful? Give feedback.
-
|
This behaviour has been reviewed before and is considered as expected. Create a custom CustomField component if you want a different behaviour. |
Beta Was this translation helpful? Give feedback.
-
|
@crynobone Kind of a bad API name don't you think ? Calling something fullwidth when it's clearly 4/5. |
Beta Was this translation helpful? Give feedback.
-
|
If you tell me this is so all field are aligned. Why is fullwidth when not stacked make the field go to the far right (it's the only way to make it larger) ? This create a misalignement ! |
Beta Was this translation helpful? Give feedback.
-
|
@crynobone to this fixed our problem: Kinda odd to override a component to change a single line. |
Beta Was this translation helpful? Give feedback.
-
|
I'm in agreement with @mrleblanc101 on this one (I'm in a similar situation). I want to be able to use a Markdown field that makes use of both Can a use case be thought of for why It seems a little like tunnel-vision to make the assumption that the current behaviour is what every developer should expect. If you give developers an additional increment of control over the layout of individual fields, we wouldn't have to rewrite, override, and extend code so much that should already give the developer the freedom to mould it to their use case. |
Beta Was this translation helpful? Give feedback.








Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Hi,
In our app we want to make a custom field, the field should be stacked (label above the field) and fullwidth.
Currently, this is not possible.
Stacked field:

Fullwidth:

Stacked and fullwidth:

Here is what it should look like:

Detailed steps to reproduce the issue on a fresh Nova installation:
Beta Was this translation helpful? Give feedback.
All reactions