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
Detailed steps to reproduce the issue on a fresh Nova installation:
The reason why it isn't working is the class in the span for the field. Maybe it should be like the ResourceTableRow.vue with 'whitespace-nowrap': !field.wrapping? The field should be visible in the vue component.
I saw the same class="whitespace-nowrap" in the following components:
DateField.vue
DateTimeField
LineField
SelectField
StackField
TextField
UrlField
It shouldn't change anything because the default value for wrapping is "false". If more information is needed, I will try to provide it asap. Thanks for the great tool!
The text was updated successfully, but these errors were encountered:
Description:
Hello,
I tried out the following on a large text field:
#5525
But it won't work:
This is the field definition:
Detailed steps to reproduce the issue on a fresh Nova installation:
The reason why it isn't working is the class in the span for the field. Maybe it should be like the
ResourceTableRow.vue
with'whitespace-nowrap': !field.wrapping
? The field should be visible in the vue component.In js/fields/Index/TextField.vue:
I saw the same
class="whitespace-nowrap"
in the following components:It shouldn't change anything because the default value for wrapping is "false". If more information is needed, I will try to provide it asap. Thanks for the great tool!
The text was updated successfully, but these errors were encountered: