Element focus change

Whenever an element receives focus, it should not automatically trigger an event which changes context. Example of changing context include, but are not limited to: automatically submitting data, opening a new screen or moving to another element. Focus should only be moved deliberately by the user.

Resources

  1. Element focus change - Android
  2. Element focus change - Flutter
  3. Element focus change - iOS
  4. Element focus change - Jetpack Compose
  5. Element focus change - .NET MAUI
  6. Element focus change - React Native
  7. Element focus change - SwiftUI
  8. Element focus change - Xamarin