NouanceLabs / payload-better-fields-plugin

This plugin aims to provide you with very specific and improved fields for the Payload admin panel.
MIT License
145 stars 5 forks source link

Fields look broken on Payload 2.0 #27

Closed tyteen4a03 closed 11 months ago

tyteen4a03 commented 11 months ago

I have a field setup like this in my collection:

        ...TelephoneField(
            {
                name: "contactPhoneNumber",
                label: "Default Contact Person Phone Number",
                admin: {
                    placeholder: "+44 300 636 1967",
                },
            },
            {
                defaultCountry: "gb",
            },
        ),

In Payload 2.0 it looks like this:

Screenshot 2023-10-13 at 13 54 33

paulpopus commented 11 months ago

Hey, will take a look at this issue this week!

tyteen4a03 commented 11 months ago

I found the issue - I think I somehow duplicated the fields. Sorry for the false alarm!