next-helios-fe 1.8.16 → 1.8.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -1566,6 +1566,7 @@ export const PhoneNumber: React.FC<PhoneNumberProps> = ({
|
|
1566
1566
|
? "placeholder:translate-x-1 outline-none ring-1 ring-primary shadow shadow-primary border-primary-dark"
|
1567
1567
|
: "border-default placeholder:translate-x-0"
|
1568
1568
|
}`}
|
1569
|
+
readOnly
|
1569
1570
|
disabled={rest.disabled}
|
1570
1571
|
value={`${
|
1571
1572
|
countryPhoneCode.find(
|