@domi_kissi both looks great and both works. Keep in mind the Language Direction for LTR the form on the right so it will accessible faster from the keyboard and the other one for RTL
@webdevcody Go is awesome, you forget about all the config files in your dir 😂 code formatting, the linters, and testing. error handling sucks thou but it's getting better.
@MichaelThiessen@vuejs I recently started using Radix Vue and shadcn, it lifts off of my taking care of accessibility and repeated work. What I most like about it is that every project has it’s own little library that evolves as the project needs. Btw I am not convincing you :p
@KhaledOghli@danielcroe@NUXT@TheAlexLichter If the initial app doesn’t have initial locales of it’s own and has to wait for the API to fetch the locales as @danielcroe said with computed property or with ref and watch.
Btw I am a bit curious of your use case 🤔