lukeredpath / swift-responsive-textfield

A SwiftUI wrapper around UITextField with binding-based state and responder control
Apache License 2.0
85 stars 15 forks source link

Add localization key to placeholder #19

Open Muhammadbarznji opened 3 months ago

Muhammadbarznji commented 3 months ago

Overview

This PR adds additional snapshot tests for the ResponsiveTextField component and includes tests for Arabic localization. These changes address issue #11 and enhance our test coverage by ensuring the component behaves correctly under various configurations and locales.

Changes

Tests Added

Related Issue

This PR addresses issue #11.

Screenshots

https://github.com/user-attachments/assets/d55bf455-78ad-4dfe-b7d1-862cfa7774be

Checklist

Please review the changes and provide feedback. Thank you!

Muhammadbarznji commented 3 months ago

Hi @lukeredpath , I’ve added a new feature to the swift-responsive-textfield package, but I’m running into an issue with the GitHub CI action related to Code Climate. The error message is: The process '/Users/runner/work/swift-responsive-textfield/swift-responsive-textfield/cc-reporter' failed with exit code 255 Any ideas on how to resolve this?

lukeredpath commented 3 months ago

@Muhammadbarznji thanks for the PR - I will take a look. Don't worry about the CodeClimate step.