1

I just started work on the laravel 9 and using Nova along with vite(not using webpack.mix.js).

Laravel Nova works great and I created many resources, it just works great, but I am wondering how can I align the two or more nova fields in a single line on the Nova form.

For example First Name and Last Name! Can we display or align these two fields in a single line instead of two separate lines?

Please suggest me your ideas and references

Thanks

3
  • Sounds like you want a computed field. Commented Sep 22, 2022 at 0:33
  • No @ceejayoz, I am especially talking about showing multiple fields in a row on the "Form" Commented Sep 22, 2022 at 0:46
  • Not built-in. nova-fields.netlify.app/custom.html#row may help. Commented Sep 22, 2022 at 0:59

1 Answer 1

0

In some projects we have we're using these packages:

https://novapackages.com/packages/outl1ne/nova-simple-repeatable

https://github.com/64robots/nova-row

Hopefully it helps!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.